| | |
| | | * @param informationStatisticsVO |
| | | * @return |
| | | */ |
| | | List<Dept> getDeptHashChildren(@Param("information") InformationStatisticsVO informationStatisticsVO); |
| | | List<Dept> getDeptHashChildrens(@Param("information") InformationStatisticsVO informationStatisticsVO); |
| | | |
| | | |
| | | /** |
| | |
| | | * @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); |
| | | } |