bug
This commit is contained in:
@@ -178,7 +178,7 @@ public class ShopProductController {
|
||||
|
||||
@RequestMapping("/getCanBindProductAndCourse")
|
||||
public R getCanBindProductAndCourse(@RequestBody ParamTo param){
|
||||
Page<CourseCatalogueVo> canBindProductAndCourse = shopProductService.getCanBindProductAndCourse(param);
|
||||
Map<String, Object> canBindProductAndCourse = shopProductService.getCanBindProductAndCourse(param);
|
||||
return R.ok().put("page",canBindProductAndCourse);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user