| 
						
						
							
								
							
						
						
					 | 
					@ -16,6 +16,7 @@ import com.epmet.commons.tools.security.user.LoginUserUtil; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dao.IcResiUserDao; | 
					 | 
					 | 
					import com.epmet.dao.IcResiUserDao; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dto.*; | 
					 | 
					 | 
					import com.epmet.dto.*; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dto.form.AgencyIdFormDTO; | 
					 | 
					 | 
					import com.epmet.dto.form.AgencyIdFormDTO; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					import com.epmet.dto.form.GridOptionFormDTO; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dto.form.HouseFormDTO; | 
					 | 
					 | 
					import com.epmet.dto.form.HouseFormDTO; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dto.form.LoginUserDetailsFormDTO; | 
					 | 
					 | 
					import com.epmet.dto.form.LoginUserDetailsFormDTO; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dto.result.FormItemResult; | 
					 | 
					 | 
					import com.epmet.dto.result.FormItemResult; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -790,8 +791,9 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        EpmetErrorCode.SERVER_ERROR.getCode(), null); | 
					 | 
					 | 
					                        EpmetErrorCode.SERVER_ERROR.getCode(), null); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                break; | 
					 | 
					 | 
					                break; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            case "/gov/org/customergrid/gridoption": | 
					 | 
					 | 
					            case "/gov/org/customergrid/gridoption": | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                AgencyIdFormDTO form = new AgencyIdFormDTO(); | 
					 | 
					 | 
					                GridOptionFormDTO form = new GridOptionFormDTO(); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                form.setAgencyId(currUserAgencyId); | 
					 | 
					 | 
					                form.setAgencyId(currUserAgencyId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                form.setPurpose("saveorupdate"); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                options = getResultDataOrThrowsException(govOrgOpenFeignClient.getGridOption(form), ServiceConstant.GOV_ORG_SERVER, EpmetErrorCode.SERVER_ERROR.getCode(), null); | 
					 | 
					 | 
					                options = getResultDataOrThrowsException(govOrgOpenFeignClient.getGridOption(form), ServiceConstant.GOV_ORG_SERVER, EpmetErrorCode.SERVER_ERROR.getCode(), null); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                break; | 
					 | 
					 | 
					                break; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            case "/gov/org/customerpartybranch/branchoption": | 
					 | 
					 | 
					            case "/gov/org/customerpartybranch/branchoption": | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |