|
@@ -81,6 +81,7 @@ public class MaintenanceOptionController {
|
|
if (options.isEmpty()) {
|
|
if (options.isEmpty()) {
|
|
return RestResponse.success();
|
|
return RestResponse.success();
|
|
}
|
|
}
|
|
|
|
+ options.forEach(o -> o.setStatus(0));
|
|
return RestResponse.success(options);
|
|
return RestResponse.success(options);
|
|
}
|
|
}
|
|
|
|
|