班组管理
This commit is contained in:
parent
b0602caadc
commit
7d7c66acf9
|
|
@ -43,7 +43,7 @@ public class TbPeopleController extends BaseController {
|
|||
*/
|
||||
@GetMapping("/list")
|
||||
public AjaxResult queryByPage(@Valid TbPeople tbPeople) {
|
||||
if (tbPeople.getIsAll() != null) {
|
||||
if (tbPeople.getIsAll() != null && tbPeople.getIsAll() == 0) {
|
||||
return AjaxResult.success(tbPeopleService.queryByPage(tbPeople));
|
||||
}
|
||||
startPage();
|
||||
|
|
|
|||
Loading…
Reference in New Issue