|
@@ -5499,6 +5499,9 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
sections.forEach(x -> {
|
|
sections.forEach(x -> {
|
|
|
|
+ if (ObjectUtils.isNull(x.getName())){
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
SectionImportBo bo = boList.stream().filter(k -> k.getSectionName().equals(x.getName())).findFirst().orElse(null);
|
|
SectionImportBo bo = boList.stream().filter(k -> k.getSectionName().equals(x.getName())).findFirst().orElse(null);
|
|
if (ObjectUtils.isNull(bo)){
|
|
if (ObjectUtils.isNull(bo)){
|
|
return;
|
|
return;
|