|  |  | @ -9,10 +9,7 @@ import com.epmet.dto.form.CreatedTimeByUserIdFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.StaffRoleFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.UserResiInfoFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.UserResiInfoListFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.result.CertifiedResultDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.result.CreatedTimeByUserIdResultDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.result.GovStaffRoleResultDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.result.UserResiInfoResultDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.result.*; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.feign.EpmetUserFeignClient; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.stereotype.Component; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | @ -59,4 +56,9 @@ public class EpmetUserFeignClientFallBack implements EpmetUserFeignClient { | 
			
		
	
		
			
				
					|  |  |  | 	public Result<List<GovStaffRoleResultDTO>> getStaffsInRole(StaffRoleFormDTO staffRoleFormDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		return ModuleUtils.feignConError(ServiceConstant.EPMET_USER_SERVER, "getStaffsInRole", staffRoleFormDTO); | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	@Override | 
			
		
	
		
			
				
					|  |  |  | 	public Result<UserRoleResultDTO> getUserResidentRole(UserResiInfoFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		return ModuleUtils.feignConError(ServiceConstant.EPMET_USER_SERVER, "getUserResidentRole", formDTO); | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
	
		
			
				
					|  |  | 
 |