Commit 3005aef1 by guojx

活码数据统计-趋势图补0

parent 01737bd3
...@@ -303,6 +303,7 @@ public class HmQrcodeController { ...@@ -303,6 +303,7 @@ public class HmQrcodeController {
trendMap.put((String) temp.get("bizDate"), temp.get("addNum")); trendMap.put((String) temp.get("bizDate"), temp.get("addNum"));
} }
} }
list.clear();
for (String date : dateList) { for (String date : dateList) {
Map vo = new HashMap(); Map vo = new HashMap();
vo.put("bizDate", date); vo.put("bizDate", 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