fix(87366): 标准解读流程--主控部门联络人分发--业务分派信息列表未正确回显
This commit is contained in:
+3
-2
@@ -1374,12 +1374,11 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
|||||||
if (!Objects.isNull(sarFileSplitInfoEO)){
|
if (!Objects.isNull(sarFileSplitInfoEO)){
|
||||||
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
|
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
|
||||||
}
|
}
|
||||||
processStandardInterpretService.saveOrUpdate(processStandardInterpret);
|
|
||||||
|
|
||||||
// 如果选择了不带入
|
// 如果选择了不带入
|
||||||
if (StandardInterpretCommon.NONCARRY.equals(processStandardInterpret.getDecompositionSource())
|
if (StandardInterpretCommon.NONCARRY.equals(processStandardInterpret.getDecompositionSource())
|
||||||
&& CollectionUtils.isEmpty(processStandardInterpretClauseList)){
|
&& CollectionUtils.isEmpty(processStandardInterpretClauseList)){
|
||||||
processStandardInterpret.setChooseClause(YesOrNoEnum.YES.getValue());
|
processStandardInterpret.setChooseClause(YesOrNoEnum.NO.getValue());
|
||||||
|
|
||||||
ProcessStandardInterpretClause processStandardInterpretClause =
|
ProcessStandardInterpretClause processStandardInterpretClause =
|
||||||
new ProcessStandardInterpretClause();
|
new ProcessStandardInterpretClause();
|
||||||
@@ -1396,6 +1395,8 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
|||||||
getClauseList(processStandardInterpret.getStandardId(),
|
getClauseList(processStandardInterpret.getStandardId(),
|
||||||
processStandardInterpret.getDecompositionSource());
|
processStandardInterpret.getDecompositionSource());
|
||||||
}
|
}
|
||||||
|
processStandardInterpretService.saveOrUpdate(processStandardInterpret);
|
||||||
|
|
||||||
// 设置关联关系
|
// 设置关联关系
|
||||||
for (ProcessStandardInterpretClause standardInterpretClause : processStandardInterpretClauseList) {
|
for (ProcessStandardInterpretClause standardInterpretClause : processStandardInterpretClauseList) {
|
||||||
standardInterpretClause.setDecompositionSource(processStandardInterpret.getDecompositionSource());
|
standardInterpretClause.setDecompositionSource(processStandardInterpret.getDecompositionSource());
|
||||||
|
|||||||
Reference in New Issue
Block a user