| 
						
						
							
								
							
						
						
					 | 
					@ -1187,7 +1187,7 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							List<WxSubscribeMessageFormDTO> msgList = new ArrayList<>(); | 
					 | 
					 | 
							List<WxSubscribeMessageFormDTO> msgList = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							WxSubscribeMessageFormDTO formDTO = new WxSubscribeMessageFormDTO(); | 
					 | 
					 | 
							WxSubscribeMessageFormDTO formDTO = new WxSubscribeMessageFormDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							formDTO.setCustomerId(customerId); | 
					 | 
					 | 
							formDTO.setCustomerId(customerId); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
							formDTO.setClientType(AppClientConstant.APP_RESI); | 
					 | 
					 | 
							formDTO.setClientType(AppClientConstant.APP_GOV); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
							formDTO.setUserId(loginUserUtil.getLoginUserId()); | 
					 | 
					 | 
							formDTO.setUserId(loginUserUtil.getLoginUserId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							formDTO.setBehaviorType(String.format(ModuleConstant.WXMP_MSG_TITLE, title)); | 
					 | 
					 | 
							formDTO.setBehaviorType(String.format(ModuleConstant.WXMP_MSG_TITLE, title)); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							formDTO.setMessageContent(content); | 
					 | 
					 | 
							formDTO.setMessageContent(content); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |