fix(88301): 标准解读流程--分发节点驳回后删除提交,一直到分发节点存在两个问题
This commit is contained in:
+5
-1
@@ -1727,8 +1727,12 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
||||
if (count > 0){
|
||||
throw new JeroBootException(ResultCommon.PROCESS_ALREADY_DISTRIBUTED);
|
||||
}
|
||||
processStandardInterpret.setDistribute(null);
|
||||
processStandardInterpretService.update(
|
||||
new LambdaUpdateWrapper<ProcessStandardInterpret>()
|
||||
.eq(ProcessStandardInterpret::getId, processStandardInterpret.getId())
|
||||
.set(ProcessStandardInterpret::getDistribute, null));
|
||||
}
|
||||
|
||||
processStandardInterpretService.updateById(processStandardInterpret);
|
||||
break;
|
||||
// 解读人填写信息(分发)
|
||||
|
||||
Reference in New Issue
Block a user