fix(88106): 标准解读流程--不分发 --解读人为空
This commit is contained in:
+5
@@ -1398,6 +1398,7 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
|||||||
// 标准解读流程_条款中间表_子表
|
// 标准解读流程_条款中间表_子表
|
||||||
List<ProcessStandardInterpretClauseSublist> processStandardInterpretClauseSublistList =
|
List<ProcessStandardInterpretClauseSublist> processStandardInterpretClauseSublistList =
|
||||||
data.getProcessStandardInterpretClauseSublistList();
|
data.getProcessStandardInterpretClauseSublistList();
|
||||||
|
LoginUser loginUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
||||||
// 当前任务节点
|
// 当前任务节点
|
||||||
String node = StringUtils.isBlank(standardInterpretFlowDTO.getProcessApprovalRecord().getNodeId()) ?
|
String node = StringUtils.isBlank(standardInterpretFlowDTO.getProcessApprovalRecord().getNodeId()) ?
|
||||||
StandardInterpretCommon.REGULATORY_ENGINEER_START
|
StandardInterpretCommon.REGULATORY_ENGINEER_START
|
||||||
@@ -1545,6 +1546,10 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
|||||||
// 删除旧数据
|
// 删除旧数据
|
||||||
processStandardInterpretClauseService.removeByIds(processAllDelIds);
|
processStandardInterpretClauseService.removeByIds(processAllDelIds);
|
||||||
|
|
||||||
|
for (ProcessStandardInterpretClauseSublist standardInterpretClauseSublist :
|
||||||
|
processStandardInterpretClauseSublistList) {
|
||||||
|
standardInterpretClauseSublist.setInterpretPersonId(loginUser.getId());
|
||||||
|
}
|
||||||
processStandardInterpretClauseSublistService
|
processStandardInterpretClauseSublistService
|
||||||
.saveOrUpdateBatch(processStandardInterpretClauseSublistList);
|
.saveOrUpdateBatch(processStandardInterpretClauseSublistList);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user