API数据表更新

This commit is contained in:
2025-08-25 22:26:20 +08:00
parent 69ccb46e2a
commit 38f22466bc
2 changed files with 2 additions and 2 deletions

View File

@@ -93,11 +93,11 @@ public class taskEnable {
if (!delIds.isEmpty()) {
diskMountService.removeByIds(delIds);
}
return ApiResult.success();
} catch (Exception e) {
System.out.println(e.getMessage());
}
}
return ApiResult.success();
}
return ApiResult.error();
}