Commit f68e674c authored by Hong's avatar Hong
Browse files

补缺一个字段

parent cb496119
...@@ -130,7 +130,7 @@ public class WxHomeController { ...@@ -130,7 +130,7 @@ public class WxHomeController {
data.put("brandList", brandListTask.get()); data.put("brandList", brandListTask.get());
data.put("topicList", topicListTask.get()); data.put("topicList", topicListTask.get());
data.put("grouponList", grouponListTask.get()); data.put("grouponList", grouponListTask.get());
data.put("floorGoodsList", floorGoodsListTask); data.put("floorGoodsList", floorGoodsListTask.get());
} }
catch (Exception e) { catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
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