shenyijian
2024-06-21 f20611265f7d34fd4fbcdfdaff6cb9cccd0b25fc
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/mapper/AttResManagePersonMapper.java
@@ -1,7 +1,9 @@
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.ChargePersonVO;
import cn.gistack.sm.sjztmd.vo.PersonVO;
import cn.gistack.sm.sjztmd.vo.UserPersonVO;
import com.baomidou.dynamic.datasource.annotation.DS;
@@ -59,8 +61,24 @@
    * @return
    */
    List<PersonVO> getCityCountyPersonListByResGuid(@Param("adCode") String res_cd,
                                       @Param("roleAlias") String roleAlias,
                                       @Param("type") String type);
                                           @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);
    String getCompetentDepart(@Param("resCd") String resCd);
   List<AttResManagePerson> getPersonList(@Param("resCd") String resCd);
   List<AttResManagePerson> getList(@Param("attResManagePerson") AttResManagePerson attResManagePerson);
    List<ChargePersonVO> getPersonByRoleAndAd(@Param("roleAlias") String roleAlias, @Param("adCode") String adCode);
}