|
|
@@ -73,10 +73,8 @@ public class FosterwxMobilePoolController extends BaseController<FosterwxMobileP
|
|
|
}
|
|
|
|
|
|
@PostMapping("/getOutOfServerList")
|
|
|
- public Object getOutOfServerList(@Valid @RequestBody FosterwxMobilePoolHandle fosterwxMobilePoolHandle, BindingResult bindingResult) {
|
|
|
- if (bindingResult.hasErrors()) {
|
|
|
- return AjaxResult.error(HttpStatus.ERROR, bindingResult.getFieldError().getDefaultMessage());
|
|
|
- }
|
|
|
+ public Object getOutOfServerList() {
|
|
|
+ FosterwxMobilePoolHandle fosterwxMobilePoolHandle = new FosterwxMobilePoolHandle();
|
|
|
fosterwxMobilePoolHandle.setStatus(0);
|
|
|
fosterwxMobilePoolHandle.setPage(1);
|
|
|
fosterwxMobilePoolHandle.setPageSize(999999999);
|