|
@@ -36,7 +36,7 @@ public class BrandController {
|
|
|
|
|
|
@PostMapping("/list")
|
|
@PostMapping("/list")
|
|
public ResultData list(@RequestBody BrandApiParam param){
|
|
public ResultData list(@RequestBody BrandApiParam param){
|
|
- return ResultData.ok(brandService.paggiteList(param));
|
|
|
|
|
|
+ return ResultData.ok(brandService.pageList(param));
|
|
}
|
|
}
|
|
|
|
|
|
@GetMapping("updateBrandInfo")
|
|
@GetMapping("updateBrandInfo")
|