|
|
|
|
@ -1400,6 +1400,9 @@ public class OemStatementServiceImpl extends BaseServiceImpl<OemStatementMapper, |
|
|
|
|
for (Map.Entry<String, List<StatementVO>> entry : groupByPsName.entrySet()) { |
|
|
|
|
String psName = entry.getKey(); |
|
|
|
|
List<OemStandardProcessEntity> standardProcessList = standardMap.getOrDefault(psName, Collections.emptyList()); |
|
|
|
|
if(CollectionUtils.isEmpty(standardProcessList)){ |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
for (StatementVO statementVO : entry.getValue()) { |
|
|
|
|
OemStandardProcessEntity oemStandardProcessEntity = getStandardProcessCode(standardProcessList, statementVO); |
|
|
|
|
if (oemStandardProcessEntity != null) { |
|
|
|
|
|