Commit f775be94 by qwmqiuwenmin

fix

parent aa6b8ae3
......@@ -188,7 +188,7 @@ public class StaffApiServiceImpl implements StaffApiService {
return new Page<StaffDTO>();
}
PageHelper.startPage(pageInfo.getPageNum(), pageInfo.getPageSize());
return PageUtil.changePageHelperToCurrentPage(staffService.pageStaff(staffIds, activeFlag, keyword),StaffDTO.class);
return PageUtil.changePageHelperToCurrentPage(staffService.pageStaff(staffIds, activeFlag, ""),StaffDTO.class);
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment