fix(88301): 标准解读流程--分发节点驳回后删除提交,一直到分发节点存在两个问题

This commit is contained in:
yjz
2024-08-08 19:47:08 +08:00
parent 15bd09d472
commit 84fbcb26da
@@ -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;
// 解读人填写信息(分发)