查看分解单报错
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user