智慧保安后台管理项目备份
Administrator
2021-10-27 fe9c6432b0b6eea428bbb856fabe4f7d1e84f0cb
src/main/java/org/springblade/modules/information/service/IInformationService.java
@@ -172,6 +172,14 @@
   IPage<InformationVO> getSecurityUnitInsuranceLessPage(IPage<InformationVO> page, InformationVO information);
   /**
    * 分局表现差的数量
    * @param jurisdiction
    * @return
    */
   List<Map<Object,Object>> selectBxs(String jurisdiction);
   List<Map<String, Object>> seleP(String jurisdiction,String deptid);
   /**
    * 统计表现差的信息
    * @return
    */
@@ -195,4 +203,5 @@
    * @return
    */
   List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type);
   List<Map<Object,Object>> seleFj(String jurisdiction);
}