查看分解单报错

This commit is contained in:
zhangjun
2022-09-27 10:59:57 +08:00
parent fd887d10fd
commit 11eee9ec03
@@ -291,7 +291,7 @@ public class SarStandItemsServiceImpl extends ServiceImpl<SarStandItemsDao, SarS
for (SarStandItems sarStandItems1 : sarStandItems){
String srcx = sarStandItems1.getApplyArctic();
List<String> srcxList = new ArrayList<>();
if (!srcx.contains("[")){
if (null != srcx && !srcx.contains("[")){
String[] srcxArray = srcx.split(",");
for (String srcxString : srcxArray){
String ss = dicTypeMap.get(srcxString);