Commit 4431c5f9 authored by Junling Bu's avatar Junling Bu
Browse files

Merge remote-tracking branch 'github/dev'

parents 7d73c59b 41d2f245
......@@ -139,13 +139,14 @@ public class WxHomeController {
data.put("topicList", topicListTask.get());
data.put("grouponList", grouponListTask.get());
data.put("floorGoodsList", floorGoodsListTask.get());
//缓存数据
HomeCacheManager.loadData(HomeCacheManager.INDEX, data);
}
catch (Exception e) {
e.printStackTrace();
}finally {
executorService.shutdown();
}
//缓存数据
HomeCacheManager.loadData(HomeCacheManager.INDEX, data);
executorService.shutdown();
return ResponseUtil.ok(data);
}
......
Supports Markdown
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