|
|
@@ -447,6 +447,17 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
public ResponseResultVO<List<Map<String, Object>>> getGoodsCategoryNoPage(@RequestBody Map<String, Object> param) {
|
|
|
return commonService.getGoodsCategoryNoPage(param);
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @desc : 获取商品品牌
|
|
|
+ * @author : 于继渤
|
|
|
+ * @date : 2024/2/26 10:36
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "分页、关联、条件查询", notes = "分页、关联、条件查询")
|
|
|
+ @PostMapping({"get_goods_brand_no_page"})
|
|
|
+ public ResponseResultVO<List<Map<String, Object>>> goodsBrandListNoPage(@RequestBody Map<String, Object> param) {
|
|
|
+ return commonService.goodsBrandListNoPage(param);
|
|
|
+ }
|
|
|
/**
|
|
|
* @desc : 商品种类查询
|
|
|
* @author : 王英杰
|