|  |  | @ -809,7 +809,7 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou | 
			
		
	
		
			
				
					|  |  |  | 				List<UserMessageFormDTO> msgList = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  | 				for(String to : staffRoles.getData()){ | 
			
		
	
		
			
				
					|  |  |  | 					UserMessageFormDTO msgObj = new UserMessageFormDTO(); | 
			
		
	
		
			
				
					|  |  |  | 					msgObj.setApp(ModuleConstant.APP_RESI); | 
			
		
	
		
			
				
					|  |  |  | 					msgObj.setApp(ModuleConstant.APP_GOV); | 
			
		
	
		
			
				
					|  |  |  | 					msgObj.setCustomerId(customerId); | 
			
		
	
		
			
				
					|  |  |  | 					msgObj.setGridId(gridId); | 
			
		
	
		
			
				
					|  |  |  | 					msgObj.setMessageContent(msg); | 
			
		
	
	
		
			
				
					|  |  | 
 |