标准解读流程分发导入bug修改
This commit is contained in:
+9
-6
@@ -961,12 +961,15 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
||||
throw new JeroBootException("The list cannot import data!");
|
||||
}
|
||||
}
|
||||
List<ProcessStandardInterpretClause> processStandardInterpretClauseList =
|
||||
standardInterpretDTO.getProcessStandardInterpretClauseList();
|
||||
if(!CollectionUtils.isEmpty(processStandardInterpretClauseList)){
|
||||
standardInterpretDTO.setProcessStandardInterpretClauseSublistList(
|
||||
JSON.parseArray(JSON.toJSONString(processStandardInterpretClauseList),
|
||||
ProcessStandardInterpretClauseSublist.class));
|
||||
|
||||
if(CollectionUtils.isEmpty(standardInterpretDTO.getProcessStandardInterpretClauseSublistList())){
|
||||
List<ProcessStandardInterpretClause> processStandardInterpretClauseList =
|
||||
standardInterpretDTO.getProcessStandardInterpretClauseList();
|
||||
if(!CollectionUtils.isEmpty(processStandardInterpretClauseList)){
|
||||
standardInterpretDTO.setProcessStandardInterpretClauseSublistList(
|
||||
JSON.parseArray(JSON.toJSONString(processStandardInterpretClauseList),
|
||||
ProcessStandardInterpretClauseSublist.class));
|
||||
}
|
||||
}
|
||||
List<ProcessStandardInterpretClauseSublist> processStandardInterpretClauseSublistList =
|
||||
standardInterpretDTO.getProcessStandardInterpretClauseSublistList();
|
||||
|
||||
Reference in New Issue
Block a user