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