班组管理

This commit is contained in:
jjLv 2024-10-10 17:34:43 +08:00
parent b0602caadc
commit 7d7c66acf9
1 changed files with 1 additions and 1 deletions

View File

@ -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();