| | |
| | | public IPage<InformationVO> getSecurityUnitExamLess50Page(IPage<InformationVO> page, InformationVO information) { |
| | | return page.setRecords(baseMapper.getSecurityUnitExamLess50Page(page, information)); |
| | | } |
| | | |
| | | /** |
| | | * 根据辖区查询统计当前辖区下的保安公司(本市保安公司,分公司)预警信息,包含(未持证,现实表现差,未缴纳社保,资格审查异常) |
| | | * @param page 分页条件 |
| | | * @param information 查询条件 |
| | | * @return |
| | | */ |
| | | @Override |
| | | public IPage<InformationVO> getSubstationWarnInfoPage(IPage<InformationVO> page, InformationVO information) { |
| | | return page.setRecords(baseMapper.getSubstationWarnInfoPage(page, information)); |
| | | } |
| | | } |