Commit ec943072 authored by 赵啸非's avatar 赵啸非

重新调整统计线程实现

parent 8425030d
......@@ -104,6 +104,7 @@ public class SiteStatTaskImpl implements ITaskExcuteService {
}
int total = sitePduList.size();
log.info("开始统计站点[{}]数量",sitePduList.size());
cacheService.set(RedisKey.KEY_SITE_STAT_COUNT_CHCHE, total);
cacheService.set(RedisKey.KEY_SITE_STAT_TIME_CHCHE, DateUtil.formatDateTime(new Date()));
......
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