fix(标准解读流程): 不发起,保存问题修复
This commit is contained in:
+5
@@ -1213,6 +1213,11 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
|||||||
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
|
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
|
||||||
}
|
}
|
||||||
processStandardInterpretService.saveOrUpdate(processStandardInterpret);
|
processStandardInterpretService.saveOrUpdate(processStandardInterpret);
|
||||||
|
|
||||||
|
for (ProcessStandardInterpretClause standardInterpretClause : processStandardInterpretClauseList) {
|
||||||
|
standardInterpretClause.setDecompositionSource(processStandardInterpret.getDecompositionSource());
|
||||||
|
standardInterpretClause.setStandardInterpretId(standardInterpretId);
|
||||||
|
}
|
||||||
processStandardInterpretClauseService.saveOrUpdateBatch(processStandardInterpretClauseList);
|
processStandardInterpretClauseService.saveOrUpdateBatch(processStandardInterpretClauseList);
|
||||||
break;
|
break;
|
||||||
// 主控部门联络人分发
|
// 主控部门联络人分发
|
||||||
|
|||||||
Reference in New Issue
Block a user