## Opt - 商品自定义排序
This commit is contained in:
parent
84cc7b8947
commit
9a443c85b6
|
@ -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