Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
11181279c1
|
|
@ -43,7 +43,7 @@ public class TbPeopleController extends BaseController {
|
||||||
*/
|
*/
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
public AjaxResult queryByPage(@Valid TbPeople tbPeople) {
|
public AjaxResult queryByPage(@Valid TbPeople tbPeople) {
|
||||||
if (tbPeople.getIsAll() != null) {
|
if (tbPeople.getIsAll() != null && tbPeople.getIsAll() == 0) {
|
||||||
return AjaxResult.success(tbPeopleService.queryByPage(tbPeople));
|
return AjaxResult.success(tbPeopleService.queryByPage(tbPeople));
|
||||||
}
|
}
|
||||||
startPage();
|
startPage();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue