|  | @@ -118,9 +118,9 @@ public class CaeMQ extends CaeViewMFMqDynamic {
 | 
	
		
			
				|  |  |                          img.setImg(msg.getImg());
 | 
	
		
			
				|  |  |                          img.setAction(msg.getAction());
 | 
	
		
			
				|  |  |                          img.setAnimationtype(msg.getAnimationType());
 | 
	
		
			
				|  |  | -                        img.setImg("");
 | 
	
		
			
				|  |  |                          img.setIsvolume(msg.getIsVolume());
 | 
	
		
			
				|  |  |                          configImgMapper.insert(img);
 | 
	
		
			
				|  |  | +                        img.setImg("");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                          point.sendMessageToUser(msg.getProId(),XiJsonUtil.objectToJson(img));//发送加载进度
 | 
	
		
			
				|  |  |                      }else{
 |