This commit is contained in:
2024-02-02 10:17:28 +08:00
parent 79ced90940
commit 25bb0a3f3c

View File

@@ -233,9 +233,6 @@ public class LpkGoodsService extends MybatisBaseService<LpkGoodsMapper, LpkGoods
if(StringUtils.isBlank(query.getCustomerSid())){
return rb.setMsg("参数不全");
}
if(StringUtils.isBlank(query.getAffiliation())){
return rb.setMsg("参数不全");
}
List<GoodsTypeVo> vo =new ArrayList<>();
List<BrandVo> list1= IPmsBrandService.getList().getData();
for (BrandVo brandVo : list1) {