mark
This commit is contained in:
@@ -119,7 +119,7 @@ public class MachineController {
|
||||
public Result changeStatus(@PathVariable("id") Long id){
|
||||
machineService.changeStatus(id);
|
||||
|
||||
return new Result();
|
||||
return new Result().ok(true);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user