|  | @ -24,6 +24,7 @@ import com.alibaba.excel.write.metadata.fill.FillWrapper; | 
			
		
	
		
		
			
				
					|  |  | import com.epmet.commons.rocketmq.messages.IcResiUserAddMQMsg; |  |  | import com.epmet.commons.rocketmq.messages.IcResiUserAddMQMsg; | 
			
		
	
		
		
			
				
					|  |  | import com.epmet.commons.tools.annotation.LoginUser; |  |  | import com.epmet.commons.tools.annotation.LoginUser; | 
			
		
	
		
		
			
				
					|  |  | import com.epmet.commons.tools.aop.NoRepeatSubmit; |  |  | import com.epmet.commons.tools.aop.NoRepeatSubmit; | 
			
		
	
		
		
			
				
					|  |  |  |  |  | import com.epmet.commons.tools.constant.AppClientConstant; | 
			
		
	
		
		
			
				
					|  |  | import com.epmet.commons.tools.constant.Constant; |  |  | import com.epmet.commons.tools.constant.Constant; | 
			
		
	
		
		
			
				
					|  |  | import com.epmet.commons.tools.constant.NumConstant; |  |  | import com.epmet.commons.tools.constant.NumConstant; | 
			
		
	
		
		
			
				
					|  |  | import com.epmet.commons.tools.constant.StrConstant; |  |  | import com.epmet.commons.tools.constant.StrConstant; | 
			
		
	
	
		
		
			
				
					|  | @ -486,6 +487,15 @@ public class IcResiUserController implements ResultDataResolver { | 
			
		
	
		
		
			
				
					|  |  |                 } catch (IOException e) { |  |  |                 } catch (IOException e) { | 
			
		
	
		
		
			
				
					|  |  |                     log.error("【导入居民信息失败】清理上传的文件失败:{}", ExceptionUtils.getErrorStackTrace(e)); |  |  |                     log.error("【导入居民信息失败】清理上传的文件失败:{}", ExceptionUtils.getErrorStackTrace(e)); | 
			
		
	
		
		
			
				
					|  |  |                 } |  |  |                 } | 
			
		
	
		
		
			
				
					|  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 //推送MQ事件
 | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 IcResiUserAddMQMsg mqMsg = new IcResiUserAddMQMsg(); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 mqMsg.setCustomerId(EpmetRequestHolder.getHeader(AppClientConstant.CUSTOMER_ID)); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 //mqMsg.setIcResiUser(resiUserId);
 | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 SystemMsgFormDTO form = new SystemMsgFormDTO(); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 form.setMessageType(SystemMessageType.IC_RESI_USER_ADD); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 form.setContent(mqMsg); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 epmetMessageOpenFeignClient.sendSystemMsgByMQ(form); | 
			
		
	
		
		
			
				
					|  |  |             } |  |  |             } | 
			
		
	
		
		
			
				
					|  |  |         }); |  |  |         }); | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | 
 |