| | |
| | | |
| | | /** |
| | | * 根据水库编号查询市县水利部人员姓名及联系方式 |
| | | * @param res_cd 水库编号 |
| | | * @param roleAlias 角色别名 |
| | | * @param countyCode 区县编号 |
| | | * @param cityCode 市州编号 |
| | | * @param type 人员类型 |
| | | * @return |
| | | */ |
| | | List<PersonVO> getCityCountyPersonListByResGuid(@Param("adCode") String res_cd, |
| | | @Param("roleAlias") String roleAlias, |
| | | List<PersonVO> getCityCountyPersonListByResGuid(@Param("countyCode") String countyCode, |
| | | @Param("cityCode") String cityCode, |
| | | @Param("type") String type); |
| | | |
| | | List<PatrolResponsiblePerson> getPatrolResponsiblePersonByResCdList(@Param("ids") List<String> reservoirList); |