1. 修改部分逻辑

This commit is contained in:
EnderByEndera
2024-01-22 23:40:48 +08:00
parent 095eb88eb3
commit 7432dbd5be
6 changed files with 31 additions and 11 deletions

View File

@@ -48,7 +48,6 @@ public class StateHandler {
}
protected Boolean handleResume(CommandService commandService, Long taskId) {
commandService.startCommandsByTaskId(taskId);
return true;
}