diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java index 0ba48b70..aa52279f 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java @@ -1213,6 +1213,11 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId()); } processStandardInterpretService.saveOrUpdate(processStandardInterpret); + + for (ProcessStandardInterpretClause standardInterpretClause : processStandardInterpretClauseList) { + standardInterpretClause.setDecompositionSource(processStandardInterpret.getDecompositionSource()); + standardInterpretClause.setStandardInterpretId(standardInterpretId); + } processStandardInterpretClauseService.saveOrUpdateBatch(processStandardInterpretClauseList); break; // 主控部门联络人分发