tangzy
2021-12-06 e12da3eb43187596e9c9e026e3dcfa00b076e486
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);
}