API数据表更新
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user