| 
						
						
							
								
							
						
						
					 | 
					@ -40,8 +40,8 @@ import java.util.List; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					@Mapper | 
					 | 
					 | 
					@Mapper | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> { | 
					 | 
					 | 
					public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					     *15、网格信息上传 | 
					 | 
					 | 
					     * 15、网格信息上传 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					     *   1)  根据CUSTOMER_ID 进行查询,如果有数据,则先进行物理删除, 一次删除1000条 | 
					 | 
					 | 
					     * 1)  根据CUSTOMER_ID 进行查询,如果有数据,则先进行物理删除, 一次删除1000条 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					     * | 
					 | 
					 | 
					     * | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @return java.util.Integer | 
					 | 
					 | 
					     * @return java.util.Integer | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -52,18 +52,18 @@ public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * 15、网格信息上传 | 
					 | 
					 | 
					     * 15、网格信息上传 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					     *    2) 在批量新增 | 
					 | 
					 | 
					     * 2) 在批量新增 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					     * | 
					 | 
					 | 
					     * | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param list | 
					 | 
					 | 
					     * @param list | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Author zhangyong | 
					 | 
					 | 
					     * @Author zhangyong | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Date 10:52 2020-08-18 | 
					 | 
					 | 
					     * @Date 10:52 2020-08-18 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     **/ | 
					 | 
					 | 
					     **/ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    void batchInsertCustomerGrid(@Param("list") List<CustomerGridFormDTO> list, @Param("customerId")String customerId); | 
					 | 
					 | 
					    void batchInsertCustomerGrid(@Param("list") List<CustomerGridFormDTO> list, @Param("customerId") String customerId); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @return java.lang.Integer | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @return java.lang.Integer | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author yinzuomei | 
					 | 
					 | 
					     * @author yinzuomei | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @description 查询客户下网格总数 | 
					 | 
					 | 
					     * @description 查询客户下网格总数 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Date 2020/8/26 15:33 | 
					 | 
					 | 
					     * @Date 2020/8/26 15:33 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -71,17 +71,17 @@ public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    Integer selectCountByCustomerId(@Param("customerId") String customerId); | 
					 | 
					 | 
					    Integer selectCountByCustomerId(@Param("customerId") String customerId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @return java.util.List<com.epmet.dto.ScreenCustomerGridDTO> | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @return java.util.List<com.epmet.dto.ScreenCustomerGridDTO> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author yinzuomei | 
					 | 
					 | 
					     * @author yinzuomei | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @description 查询客户下网格信息 | 
					 | 
					 | 
					     * @description 查询客户下网格信息 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Date 2020/8/26 15:33 | 
					 | 
					 | 
					     * @Date 2020/8/26 15:33 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     **/ | 
					 | 
					 | 
					     **/ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectListByCustomerId(@Param("customerId")String customerId); | 
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectListByCustomerId(@Param("customerId") String customerId); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @return java.util.List<com.epmet.dto.ScreenCustomerGridDTO> | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param formDTO | 
					 | 
					 | 
					     * @param formDTO | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @return java.util.List<com.epmet.dto.ScreenCustomerGridDTO> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author yinzuomei | 
					 | 
					 | 
					     * @author yinzuomei | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @description 分页查询网格列表 | 
					 | 
					 | 
					     * @description 分页查询网格列表 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Date 2020/8/27 14:42 | 
					 | 
					 | 
					     * @Date 2020/8/27 14:42 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -89,7 +89,7 @@ public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<ScreenCustomerGridDTO> pageListByCustomerId(PageQueryGridFormDTO formDTO); | 
					 | 
					 | 
					    List<ScreenCustomerGridDTO> pageListByCustomerId(PageQueryGridFormDTO formDTO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					     * @param gridId     网格id | 
					 | 
					 | 
					     * @param gridId 网格id | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					     * @return java.lang.String | 
					 | 
					 | 
					     * @return java.lang.String | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author yinzuomei | 
					 | 
					 | 
					     * @author yinzuomei | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @description 查询网格所属的组织id | 
					 | 
					 | 
					     * @description 查询网格所属的组织id | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -107,28 +107,29 @@ public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Date 10:45 2020-09-04 | 
					 | 
					 | 
					     * @Date 10:45 2020-09-04 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     **/ | 
					 | 
					 | 
					     **/ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectListMismatchGridInfo(@Param("customerId") String customerId, | 
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectListMismatchGridInfo(@Param("customerId") String customerId, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                                 @Param("gridIds") String[] gridIds, | 
					 | 
					 | 
					                                                           @Param("gridIds") String[] gridIds, | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                                 @Param("customerAreaCode") String customerAreaCode, | 
					 | 
					 | 
					                                                           @Param("customerAreaCode") String customerAreaCode, | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                                 @Param("subCustomerIds")List<String> subCustomerIds); | 
					 | 
					 | 
					                                                           @Param("subCustomerIds") List<String> subCustomerIds); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * 根据客户id 查询网格(党支部)详细信息 | 
					 | 
					 | 
					     * 根据客户id 查询网格(党支部)详细信息 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @return java.util.List<com.epmet.dto.ScreenCustomerGridDTO> | 
					 | 
					 | 
					     * @return java.util.List<com.epmet.dto.ScreenCustomerGridDTO> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Author zhangyong | 
					 | 
					 | 
					     * @Author zhangyong | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Date 16:57 2020-09-03 | 
					 | 
					 | 
					     * @Date 16:57 2020-09-03 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     **/ | 
					 | 
					 | 
					     **/ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectListGridInfo(@Param("customerId")String customerId, | 
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectListGridInfo(@Param("customerId") String customerId, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                                                   @Param("customerAreaCode") String customerAreaCode, | 
					 | 
					 | 
					                                                   @Param("customerAreaCode") String customerAreaCode, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                                                   @Param("subCustomerIds")List<String> subCustomerIds); | 
					 | 
					 | 
					                                                   @Param("subCustomerIds") List<String> subCustomerIds); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Description  根据agencyId查询网格ID | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param agencyId | 
					 | 
					 | 
					     * @param agencyId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @Description 根据agencyId查询网格ID | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2020/9/22 2:16 下午 | 
					 | 
					 | 
					     * @date 2020/9/22 2:16 下午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    List<String> selectGridIdByAgencyId(@Param("agencyId")String agencyId); | 
					 | 
					 | 
					    List<String> selectGridIdByAgencyId(@Param("agencyId") String agencyId); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    ScreenCustomerGridEntity getLastAddGrid(); | 
					 | 
					 | 
					    ScreenCustomerGridEntity getLastAddGrid(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -137,58 +138,59 @@ public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    ScreenCustomerGridEntity getByGridId(String gridId); | 
					 | 
					 | 
					    ScreenCustomerGridEntity getByGridId(String gridId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Description  查询客户下所有网格ID | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param dateId | 
					 | 
					 | 
					     * @param dateId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @Description 查询客户下所有网格ID | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2020/9/23 3:10 下午 | 
					 | 
					 | 
					     * @date 2020/9/23 3:10 下午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<PartyBaseInfoFormDTO> selectAllGridIdToParty(String customerId, String dateId); | 
					 | 
					 | 
					    List<PartyBaseInfoFormDTO> selectAllGridIdToParty(String customerId, String dateId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					     * @Description  查询客户下所有网格ID | 
					 | 
					 | 
					     * @Description 查询客户下所有网格ID | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					     * @Param customerId | 
					 | 
					 | 
					     * @Param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Param monthId | 
					 | 
					 | 
					     * @Param monthId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2020/9/25 10:43 上午 | 
					 | 
					 | 
					     * @date 2020/9/25 10:43 上午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    List<ScreenPartyLinkMassesDataFormDTO> selectAllGridIdToPartyLinkMessage(@Param("customerId") String customerId,@Param("monthId") String monthId); | 
					 | 
					 | 
					    List<ScreenPartyLinkMassesDataFormDTO> selectAllGridIdToPartyLinkMessage(@Param("customerId") String customerId, @Param("monthId") String monthId); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					    List<ScreenPartyBranchDataFormDTO> selectAllGridIdToOrganize(@Param("customerId") String customerId,@Param("monthId") String monthId); | 
					 | 
					 | 
					
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    List<ScreenPartyBranchDataFormDTO> selectAllGridIdToOrganize(@Param("customerId") String customerId, @Param("monthId") String monthId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Description  查询org名称 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param gridIds | 
					 | 
					 | 
					     * @param gridIds | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @Description 查询org名称 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2020/9/24 1:27 下午 | 
					 | 
					 | 
					     * @date 2020/9/24 1:27 下午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<OrgNameResultDTO> selectOrgName(@Param("gridIds") List<String> gridIds); | 
					 | 
					 | 
					    List<OrgNameResultDTO> selectOrgName(@Param("gridIds") List<String> gridIds); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Description  查询机关的直属网格 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param agencyIds | 
					 | 
					 | 
					     * @param agencyIds | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @Description 查询机关的直属网格 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2020/9/24 2:33 下午 | 
					 | 
					 | 
					     * @date 2020/9/24 2:33 下午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<GridInfoResultDTO> selectDirectGrid(@Param("agencyIds") List<String> agencyIds); | 
					 | 
					 | 
					    List<GridInfoResultDTO> selectDirectGrid(@Param("agencyIds") List<String> agencyIds); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Description  查询全部网格信息 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @Description 查询全部网格信息 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2020/9/19 10:50 上午 | 
					 | 
					 | 
					     * @date 2020/9/19 10:50 上午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<PartyAbilityGridMonthlyFormDTO> selectAllGridInfoToParty(String customerId); | 
					 | 
					 | 
					    List<PartyAbilityGridMonthlyFormDTO> selectAllGridInfoToParty(String customerId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Description  查询全部网格信息 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param customerId | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @Description 查询全部网格信息 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2020/9/18 10:47 上午 | 
					 | 
					 | 
					     * @date 2020/9/18 10:47 上午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<GovernAbilityGridMonthlyFormDTO> selectAllGridInfo(@Param("customerId") String customerId); | 
					 | 
					 | 
					    List<GovernAbilityGridMonthlyFormDTO> selectAllGridInfo(@Param("customerId") String customerId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					     * @Description  查询客户下的网格信息 | 
					 | 
					 | 
					     * @Description 查询客户下的网格信息 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					     * @Param customerId | 
					 | 
					 | 
					     * @Param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2021/1/28 下午3:18 | 
					 | 
					 | 
					     * @date 2021/1/28 下午3:18 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -196,11 +198,22 @@ public interface ScreenCustomerGridDao extends BaseDao<ScreenCustomerGridEntity> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    List<ScreenProjectGridDailyDTO> selectGridInfoByCustomerId(@Param("customerId") String customerId); | 
					 | 
					 | 
					    List<ScreenProjectGridDailyDTO> selectGridInfoByCustomerId(@Param("customerId") String customerId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					     * @Description  查询直属网格信息 | 
					 | 
					 | 
					     * @Description 查询直属网格信息 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					     * @Param customerId | 
					 | 
					 | 
					     * @Param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Param level | 
					 | 
					 | 
					     * @Param level | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2021/3/23 下午4:03 | 
					 | 
					 | 
					     * @date 2021/3/23 下午4:03 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectBelongGridInfo(@Param("customerId") String customerId,@Param("level") String level); | 
					 | 
					 | 
					    List<ScreenCustomerGridDTO> selectBelongGridInfo(@Param("customerId") String customerId, @Param("level") String level); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * desc: 根据客户Id 和pids 获取该客户下及该组织下的网格列表 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @param customerId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @param pids | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @return java.util.List<com.epmet.dto.screen.ScreenProjectGridDailyDTO> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @author LiuJanJun | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     * @date 2021/6/10 10:45 上午 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    List<ScreenProjectGridDailyDTO> selectGridInfoList(@Param("customerId") String customerId, @Param("pids") String pids); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					} | 
					 | 
					 | 
					} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					
  |