Administrator
2021-12-06 b214b82b7e809c22158aae9b77283e0fb3979166
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -188,7 +188,7 @@
    * @param informationStatisticsVO
    * @return
    */
   List<Dept> getDeptHashChildren(@Param("information") InformationStatisticsVO informationStatisticsVO);
   List<Dept> getDeptHashChildrens(@Param("information") InformationStatisticsVO informationStatisticsVO);
   /**
@@ -225,5 +225,12 @@
    * @return
    */
   Integer selectInformationUnitExpireNumCount(@Param("dept")Dept dept);
   /**
    * 查询当前单位是否有子级单位
    * @param informationVO
    * @return
    */
   List<Dept> getDeptHashChildren(@Param("information") InformationVO informationVO);
   List<Map<Object,Object>> selectBxc(IPage page, String jurisdiction,String type);
}