## Opt - 商品自定义排序
This commit is contained in:
parent
475ae32ae8
commit
484dcd2cf9
|
@ -1183,7 +1183,7 @@ public class BdWaresController extends BaseController {
|
|||
}
|
||||
@GetMapping("/getMaxSortNum")
|
||||
public AjaxResult getMaxSortNum() {
|
||||
return AjaxResult.success("请求成功!", iBdWaresService.getMaxSortNum());
|
||||
return AjaxResult.success("请求成功!", waresService.getMaxSortNum());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue