Merge remote-tracking branch 'origin/master'

This commit is contained in:
mashuai 2024-10-11 11:14:33 +08:00
commit 11181279c1
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();