diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java index ac40c08e..5de7709f 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java @@ -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() + .eq(ProcessStandardInterpret::getId, processStandardInterpret.getId()) + .set(ProcessStandardInterpret::getDistribute, null)); } - processStandardInterpretService.updateById(processStandardInterpret); break; // 解读人填写信息(分发)