| | |
| | | * @param information 查询条件 |
| | | * @return |
| | | */ |
| | | @GetMapping("/getSecurityUnitHoldLess50Page") |
| | | public R<IPage<InformationVO>> getSecurityUnitHoldLess50Page(InformationVO information, Query query){ |
| | | @GetMapping("/getSecurityUnitHoldLessPage") |
| | | public R<IPage<InformationVO>> getSecurityUnitHoldLessPage(InformationVO information, Query query){ |
| | | return R.data(informationService.getSecurityUnitHoldLess50Page(Condition.getPage(query), information)); |
| | | } |
| | | |
| | |
| | | * @param information 查询条件 |
| | | * @return |
| | | */ |
| | | @GetMapping("/getSecurityUnitDispatcherLess50Page") |
| | | public R<IPage<InformationVO>> getSecurityUnitDispatcherLess50Page(InformationVO information, Query query){ |
| | | @GetMapping("/getSecurityUnitDispatcherLessPage") |
| | | public R<IPage<InformationVO>> getSecurityUnitDispatcherLessPage(InformationVO information, Query query){ |
| | | return R.data(informationService.getSecurityUnitDispatcherLess50Page(Condition.getPage(query), information)); |
| | | } |
| | | |
| | |
| | | * @param information 查询条件 |
| | | * @return |
| | | */ |
| | | @GetMapping("/getSecurityUnitSoilLess50Page") |
| | | public R<IPage<InformationVO>> getSecurityUnitSoilLess50Page(InformationVO information, Query query){ |
| | | @GetMapping("/getSecurityUnitSoilLessPage") |
| | | public R<IPage<InformationVO>> getSecurityUnitSoilLessPage(InformationVO information, Query query){ |
| | | return R.data(informationService.getSecurityUnitSoilLess50Page(Condition.getPage(query), information)); |
| | | } |
| | | |
| | | /** |
| | | * 根据辖区查询统计保安公司保险缴纳率低于90%的保安公司个数及保安公司分页信息(本市保安公司,分公司) |
| | | * @param query 分页条件 |
| | | * @param information 查询条件 |
| | | * @return |
| | | */ |
| | | @GetMapping("/getSecurityUnitInsuranceLessPage") |
| | | public R<IPage<InformationVO>> getSecurityUnitInsuranceLessPage(InformationVO information, Query query){ |
| | | return R.data(informationService.getSecurityUnitInsuranceLessPage(Condition.getPage(query), information)); |
| | | } |
| | | |
| | | /** |
| | |
| | | * @param information 查询条件 |
| | | * @return |
| | | */ |
| | | @GetMapping("/getSecurityUnitExamLess50Page") |
| | | public R<IPage<InformationVO>> getSecurityUnitExamLess50Page(InformationVO information, Query query){ |
| | | @GetMapping("/getSecurityUnitExamLessPage") |
| | | public R<IPage<InformationVO>> getSecurityUnitExamLessPage(InformationVO information, Query query){ |
| | | return R.data(informationService.getSecurityUnitExamLess50Page(Condition.getPage(query), information)); |
| | | } |
| | | |
| | |
| | | public R<IPage<InformationVO>> getSubstationWarnInfoPage(InformationVO information, Query query){ |
| | | return R.data(informationService.getSubstationWarnInfoPage(Condition.getPage(query), information)); |
| | | } |
| | | |
| | | /** |
| | | * 根据辖区查询统计当前辖区下的保安公司(本市保安公司,分公司))服务对象小于2家的公司数量的分页信息 |
| | | * @param query 分页条件 |
| | | * @param information 查询条件 |
| | | * @return |
| | | */ |
| | | @GetMapping("/getSecurityUnitServerLessPage") |
| | | public R<IPage<InformationVO>> getSecurityUnitServerLessPage(InformationVO information, Query query){ |
| | | return R.data(informationService.getSecurityUnitServerLess2Page(Condition.getPage(query), information)); |
| | | } |
| | | } |