@ Override
Public IPage
LambdaQueryWrapper
QueryWrapper. Eq (UpmsUser: : getCompany, company);
//in accordance with the date of positive sequence sorting
QueryWrapper. OrderByAsc (UpmsUser: : getCreatedDt);
IPage
IPage
IPage
ArrayList
For (UpmsUser record: result. GetRecords ()) {
PeopleManageVo PeopleManageVo=new PeopleManageVo ();
BeanUtils. CopyProperties (record, peopleManageVo);
List. The add (peopleManageVo);
}
PeopleManageVoIPage. SetRecords (list);
PeopleManageVoIPage. SetPages (result. GetPages ());
PeopleManageVoIPage. SetTotal (result. GetTotal ());
Return peopleManageVoIPage;
}