|
@@ -79,7 +79,7 @@ public class GoodsServiceImpl extends BaseServiceImpl<Integer, Goods> implement
|
|
|
if (CollectionUtils.isEmpty(rows)) {
|
|
|
throw new BizException("没有查询到商品信息");
|
|
|
}
|
|
|
- List<Organization> all = organizationDao.findAll(null);
|
|
|
+ List<Organization> all = organizationDao.findAll(params);
|
|
|
Map<Integer, String> organizationMap = all.stream().collect(Collectors.toMap(Organization::getId, Organization::getName));
|
|
|
for (Goods goods : rows) {
|
|
|
if(StringUtils.isNotEmpty(goods.getStudentShowOrganId())){
|