| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -3,7 +3,6 @@ package com.epmet.modules.partyOrg.dao; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import com.epmet.commons.mybatis.dao.BaseDao; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import com.epmet.modules.partyOrg.entity.IcPartyOrgEntity; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import com.epmet.resi.partymember.dto.partyOrg.form.PartyOrgTreeListDTO; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import com.epmet.resi.partymember.dto.partyOrg.result.BranchlistTreeDTO; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import com.epmet.resi.partymember.dto.partyOrg.result.BranchlistTreeSubDTO; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import com.epmet.resi.partymember.dto.partyOrg.result.IcPartyOrgTreeDTO; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.apache.ibatis.annotations.Mapper; | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -21,7 +20,7 @@ import java.util.List; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					public interface IcPartyOrgDao extends BaseDao<IcPartyOrgEntity> { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    /** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @describe: 获取组织列表 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @describe: 获取当前及下级组织列表 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @author wangtong | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @date 2022/5/17 19:00 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @params [] | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -75,4 +74,13 @@ public interface IcPartyOrgDao extends BaseDao<IcPartyOrgEntity> { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @return java.util.List<com.epmet.resi.partymember.dto.partyOrg.result.IcPartyOrgTreeDTO> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    */ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    List<BranchlistTreeSubDTO> selectAllBranchByAgencyId(@Param("agencyId") String agencyId, @Param("customerId")  String customerId); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    /** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @describe: 获取下级组织列表 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @author wangtong | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @date 2022/6/10 14:21 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @params [formDTO] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    * @return java.util.List<com.epmet.resi.partymember.dto.partyOrg.result.IcPartyOrgTreeDTO> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    */ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    List<IcPartyOrgTreeDTO> getSearchTreelist(PartyOrgTreeListDTO formDTO); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					
  |