| 
						
						
							
								
							
						
						
					 | 
					@ -582,8 +582,8 @@ public class AgencyServiceImpl implements AgencyService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if (null == staffInfo){ | 
					 | 
					 | 
					            if (null == staffInfo){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                return result; | 
					 | 
					 | 
					                return result; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            formDTO.setOrgId(staffInfo.getFromOrgId()); | 
					 | 
					 | 
					            formDTO.setOrgId(staffInfo.getAgencyId()); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					            formDTO.setLevel(staffInfo.getFromOrgType()); | 
					 | 
					 | 
					            formDTO.setLevel(OrgInfoConstant.AGENCY); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if (formDTO.getLevel().equals(OrgInfoConstant.AGENCY)){ | 
					 | 
					 | 
					        if (formDTO.getLevel().equals(OrgInfoConstant.AGENCY)){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            CustomerAgencyEntity entity = customerAgencyDao.selectById(formDTO.getOrgId()); | 
					 | 
					 | 
					            CustomerAgencyEntity entity = customerAgencyDao.selectById(formDTO.getOrgId()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |