| 
					
				 | 
			
			
				@@ -2997,7 +2997,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 Map<Integer, String> map = new HashMap<>(1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 map.put(userId, userId.toString()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                String baseApiUrl = sysConfigDao.findConfigValue(SysConfigService.BASE_API_URL); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                String baseApiUrl = sysConfigDao.findConfigValue(SysConfigService.BASE_API_URL_MDAYA); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 String pushUrl = baseApiUrl + "/#/myOrder"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 sysMessageService.batchSendMessage(MessageSenderPluginContext.MessageSender.JIGUANG, 
			 |