2/2
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user