Commit 901bb57b by 303514581@qq.com

2019/5/8 不重置wap缓存启动

parent 101c2756
...@@ -96,7 +96,7 @@ public class WapRedisTask { ...@@ -96,7 +96,7 @@ public class WapRedisTask {
// 创建有效期7d的key,有key 更新时间 // 创建有效期7d的key,有key 更新时间
redisService.createSevenDayKey(WAP_SEVEN_DAY_KEY); redisService.createSevenDayKey(WAP_SEVEN_DAY_KEY);
// 创建7天缓存数据 // 创建7天缓存数据
task.doTaskCreate7dWapInfo(WAP_columnIdMap,WAP_sProjects); // task.doTaskCreate7dWapInfo(WAP_columnIdMap,WAP_sProjects);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment