| | |
| | | package cn.gistack.sm.sjztmd.mapper; |
| | | |
| | | import cn.gistack.sm.intelligentCall.entity.Scene; |
| | | import cn.gistack.sm.sjztmd.entity.AttResManagePerson; |
| | | import cn.gistack.sm.sjztmd.entity.PatrolResponsiblePerson; |
| | | import cn.gistack.sm.sjztmd.vo.PersonVO; |
| | |
| | | */ |
| | | @DS("zt") |
| | | Set<String> getPersonListByWaterCodeList(@Param("list") List<String> list); |
| | | |
| | | /** |
| | | * 根据水库编号查询市县水利部人员姓名及联系方式 |
| | | * @param res_cd 水库编号 |
| | | * @param roleAlias 角色别名 |
| | | * @param type 人员类型 |
| | | * @return |
| | | */ |
| | | List<PersonVO> getCityCountyPersonListByResGuid(@Param("adCode") String res_cd, |
| | | @Param("roleAlias") String roleAlias, |
| | | @Param("type") String type); |
| | | |
| | | List<PatrolResponsiblePerson> getPatrolResponsiblePersonByResCdList(@Param("ids") List<String> reservoirList); |
| | | |
| | | /** |
| | | * 通过水库代码获取水库及巡查责任人信息 |
| | | * @param list |
| | | * @return |
| | | */ |
| | | @DS("zt") |
| | | Set<Scene> getPatrolPersonListByWaterCodeList(@Param("list") List<String> list); |
| | | } |