在CommandInfo字段中添加isValid字段

This commit is contained in:
EnderByEndera
2024-01-19 15:45:06 +08:00
parent 449c320261
commit 073dfc9ba4
14 changed files with 9 additions and 20 deletions

View File

@@ -75,6 +75,7 @@ public class CommandService {
return commandMapper.stopCommandsByTaskId(taskId);
}
@DS("doris")
public Boolean removeCommandsByTaskId(Long taskId) {
return commandMapper.removeCommandsByTaskId(taskId);
}