智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -40,7 +40,7 @@
    * @param information
    * @return
    */
   List<Information> selectInformationPage(IPage page, @Param("information")Information information);
   List<InformationVO> selectInformationPage(IPage<InformationVO> page, @Param("information")InformationVO information);
   void insertIn(@Param("information")Information information);
   void deleteIn(String creditcode);
   void deleteSh(String creditcode);
@@ -48,11 +48,11 @@
   Map selectCount(String departmentid);
   List<Map<Object,String>> selectInCount();
   void deleteDept(String departmentid);
   List<Map<Object,Object>> selectExtype(String deptid);
   List<Map<Object,Object>> selectHold(String deptid);
   List<Map<Object,Object>> selectExtype(String deptid,String jurisdiction);
   List<Map<Object,Object>> selectHold(String deptid,String jurisdiction);
   List<Map<Object,Object>> selectDis(String deptid);
   List<Map<Object,Object>> selectDisp(String deptid);
   List<Map<Object,Object>> selectSoil(String deptid);
   List<Map<Object,Object>> selectDisp(String deptid,String jurisdiction);
   List<Map<Object,Object>> selectSoil(String deptid,String jurisdiction);
   /**
    * 查询培训单位信息(可以报名)
@@ -61,4 +61,5 @@
    * @return
    */
   List<InformationVO> securityPage(IPage<InformationVO> page, @Param("information") InformationVO information);
   List queryYearKh(String year,String jurisdiction,String deptid);
}