1、修复bug

This commit is contained in:
PushM
2024-06-06 12:56:33 +08:00
parent 302d6d1adb
commit bb390b3ba8
9 changed files with 38 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ public interface CommandMapper {
Boolean stopCommandsByTaskId(@Param("task_id") Long taskId);
@DS("doris")
Boolean removeCommandsByTaskId(@Param("task_id") Long taskId);
Boolean startCommandsByTaskId(@Param("task_id") Long taskId);