|  | @ -5,6 +5,7 @@ package com.yihu.jw.service;/**
 | 
	
		
			
				|  |  | import com.alibaba.fastjson.JSON;
 | 
	
		
			
				|  |  | import com.alibaba.fastjson.JSONArray;
 | 
	
		
			
				|  |  | import com.alibaba.fastjson.JSONObject;
 | 
	
		
			
				|  |  | import com.fasterxml.jackson.databind.ObjectMapper;
 | 
	
		
			
				|  |  | import com.google.common.base.Joiner;
 | 
	
		
			
				|  |  | import com.netflix.discovery.util.StringUtil;
 | 
	
		
			
				|  |  | import com.yihu.jw.dao.*;
 | 
	
	
		
			
				|  | @ -233,6 +234,8 @@ public class ActivityService extends BaseJpaService<ActivityDO,ActivityDao> {
 | 
	
		
			
				|  |  |         activityRuleDO.setValue3(value3);
 | 
	
		
			
				|  |  |         activityRuleDO.setDelFlag(1);
 | 
	
		
			
				|  |  |         activityRuleDao.save(activityRuleDO);
 | 
	
		
			
				|  |  |         System.out.println("----------------------------update--"+activityDO.getId()+activityDO.getAreaName());
 | 
	
		
			
				|  |  |         activityDO.setCreateTime(new Date());
 | 
	
		
			
				|  |  |         activityDao.save(activityDO);
 | 
	
		
			
				|  |  |         MixEnvelop<Boolean, Boolean> envelop = new MixEnvelop<>();
 | 
	
		
			
				|  |  |         envelop.setObj(true);
 |