|
|
@@ -545,7 +545,8 @@ public class CommonService extends BaseService<Map<String, Object>> {
|
|
|
* @date : 2024/3/1 9:20
|
|
|
*/
|
|
|
public ResponseResultVO<List<Map<String, Object>>> getGoodsBrandListNoPage(Map<String, Object> param) {
|
|
|
- // 获取公司
|
|
|
+ // 有效的品牌 230529
|
|
|
+ param.put("flgValid",true);
|
|
|
List<Map<String, Object>> list = commonMapper.getGoodsBrand(param);
|
|
|
return ResponseResultUtil.success(list);
|
|
|
}
|