|
@@ -410,9 +410,9 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
* @date : 2024/2/26 10:36
|
|
* @date : 2024/2/26 10:36
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
|
- @PostMapping({"goods_brand_list_by"})
|
|
|
|
|
- public ResponseResultVO<PageList<Map<String, Object>>> goodsBrandListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
- return commonService.goodsBrandListBy(param);
|
|
|
|
|
|
|
+ @PostMapping({"get_goods_brand_list_by"})
|
|
|
|
|
+ public ResponseResultVO<PageList<Map<String, Object>>> getGoodsBrandListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
+ return commonService.getGoodsBrandListBy(param);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -421,9 +421,9 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
* @date : 2024/2/26 10:36
|
|
* @date : 2024/2/26 10:36
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
|
- @PostMapping({"goods_category_list_by"})
|
|
|
|
|
- public ResponseResultVO<PageList<Map<String, Object>>> goodsCategoryListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
- return commonService.goodsCategoryListBy(param);
|
|
|
|
|
|
|
+ @PostMapping({"get_goods_category_list_by"})
|
|
|
|
|
+ public ResponseResultVO<PageList<Map<String, Object>>> getGoodsCategoryListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
+ return commonService.getGoodsCategoryListBy(param);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -432,9 +432,9 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
* @date : 2024/2/26 10:36
|
|
* @date : 2024/2/26 10:36
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
|
- @PostMapping({"goods_Series_list_by"})
|
|
|
|
|
- public ResponseResultVO<PageList<Map<String, Object>>> goodsSeriesListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
- return commonService.goodsSeriesListBy(param);
|
|
|
|
|
|
|
+ @PostMapping({"get_goods_Series_list_by"})
|
|
|
|
|
+ public ResponseResultVO<PageList<Map<String, Object>>> getGoodsSeriesListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
+ return commonService.getGoodsSeriesListBy(param);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -455,8 +455,8 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
|
@PostMapping({"get_goods_brand_no_page"})
|
|
@PostMapping({"get_goods_brand_no_page"})
|
|
|
- public ResponseResultVO<List<Map<String, Object>>> goodsBrandListNoPage(@RequestBody Map<String, Object> param) {
|
|
|
|
|
- return commonService.goodsBrandListNoPage(param);
|
|
|
|
|
|
|
+ public ResponseResultVO<List<Map<String, Object>>> getGoodsBrandListNoPage(@RequestBody Map<String, Object> param) {
|
|
|
|
|
+ return commonService.getGoodsBrandListNoPage(param);
|
|
|
}
|
|
}
|
|
|
/**
|
|
/**
|
|
|
* @desc : 商品种类查询
|
|
* @desc : 商品种类查询
|
|
@@ -475,9 +475,9 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
* @date : 2024/2/26 10:36
|
|
* @date : 2024/2/26 10:36
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
@ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
|
- @PostMapping({"unit_list_by"})
|
|
|
|
|
- public ResponseResultVO<PageList<Map<String, Object>>> unitListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
- return commonService.unitListBy(param);
|
|
|
|
|
|
|
+ @PostMapping({"get_unit_list_by"})
|
|
|
|
|
+ public ResponseResultVO<PageList<Map<String, Object>>> getUnitListBy(@RequestBody Map<String, Object> param) {
|
|
|
|
|
+ return commonService.getUnitListBy(param);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|