|
|
@ -180,7 +180,7 @@ public interface ScreenCustomerAgencyDao { |
|
|
|
* @param pid |
|
|
|
* @return java.util.List<com.epmet.dto.result.ScreenCustomerAgencyDTO> |
|
|
|
*/ |
|
|
|
List<ScreenCustomerAgencyDTO> selectNextAgencyList(@Param("areaCode") String areaCode, @Param("pid") String pid, @Param("allSubCustomerIds") List<String> allSubCustomerIds); |
|
|
|
List<ScreenCustomerAgencyDTO> selectNextAgencyList(@Param("areaCode") String areaCode, @Param("pid") String pid, @Param("allCustomerIds") List<String> allCustomerIds); |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询当前组织的下面的网格,可根据areaCode查询,也可根据parentAgencyId查询 |
|
|
@ -189,7 +189,7 @@ public interface ScreenCustomerAgencyDao { |
|
|
|
* @param parentAgencyId |
|
|
|
* @return java.util.List<com.epmet.dto.result.ScreenCustomerAgencyDTO> |
|
|
|
*/ |
|
|
|
List<ScreenCustomerGridDTO> selectGridDTOList(@Param("areaCode") String areaCode, @Param("parentAgencyId") String parentAgencyId,@Param("allSubCustomerIds") List<String> allSubCustomerIds); |
|
|
|
List<ScreenCustomerGridDTO> selectGridDTOList(@Param("areaCode") String areaCode, @Param("parentAgencyId") String parentAgencyId,@Param("allCustomerIds") List<String> allCustomerIds); |
|
|
|
|
|
|
|
List<ParentListResultDTO> selectPAgencyById(@Param("listStr")List<String> pidList); |
|
|
|
|
|
|
|