mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
remove 删除错误代码
This commit is contained in:
parent
f8d26c14cc
commit
c3b8681a03
@ -611,7 +611,6 @@ public class ActTaskServiceImpl implements IActTaskService {
|
|||||||
ExecutionChildByExecutionIdCmd childByExecutionIdCmd = new ExecutionChildByExecutionIdCmd(task.getExecutionId());
|
ExecutionChildByExecutionIdCmd childByExecutionIdCmd = new ExecutionChildByExecutionIdCmd(task.getExecutionId());
|
||||||
List<ExecutionEntity> executionEntities = managementService.executeCommand(childByExecutionIdCmd);
|
List<ExecutionEntity> executionEntities = managementService.executeCommand(childByExecutionIdCmd);
|
||||||
//校验单据
|
//校验单据
|
||||||
BusinessStatusEnum.checkStatus(processInstance.getBusinessStatus());
|
|
||||||
if (BusinessStatusEnum.BACK.getStatus().equals(processInstance.getBusinessStatus())) {
|
if (BusinessStatusEnum.BACK.getStatus().equals(processInstance.getBusinessStatus())) {
|
||||||
throw new ServiceException("该单据已退回!");
|
throw new ServiceException("该单据已退回!");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user