在CommandInfo字段中添加isValid字段
This commit is contained in:
@@ -75,6 +75,7 @@ public class CommandService {
|
||||
return commandMapper.stopCommandsByTaskId(taskId);
|
||||
}
|
||||
|
||||
@DS("doris")
|
||||
public Boolean removeCommandsByTaskId(Long taskId) {
|
||||
return commandMapper.removeCommandsByTaskId(taskId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user