Unverified Commit 7aab8016 authored by qiaozhanwei's avatar qiaozhanwei Committed by GitHub
Browse files

Merge branch 'dev' into docker-compose-dev

parents 7eecfe45 9f32f2db
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -119,6 +119,10 @@ public class ProcessService {
            logger.info("there is not enough thread for this command: {}", command);
            return setWaitingThreadProcess(command, processInstance);
        }
        if (processInstance.getCommandType().equals(CommandType.RECOVER_TOLERANCE_FAULT_PROCESS)){
            delCommandByid(command.getId());
            return null;
        }
        processInstance.setCommandType(command.getCommandType());
        processInstance.addHistoryCmd(command.getCommandType());
        saveProcessInstance(processInstance);