|
|
@ -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) { |
|
|
|