|
|
|
@@ -1776,6 +1776,8 @@ public class WxChartServiceImpl implements WxChartDataService { |
|
|
|
calBegin.setTime(begin); |
|
|
|
Calendar calEnd = Calendar.getInstance(); |
|
|
|
calEnd.setTime(end); |
|
|
|
calEnd.add(Calendar.DAY_OF_MONTH, -1); |
|
|
|
end = calEnd.getTime(); |
|
|
|
while (calBegin.getTime().before(end)) { |
|
|
|
calBegin.add(Calendar.DAY_OF_MONTH, 1); |
|
|
|
map.put(format.format(calBegin.getTime()), 0L); |
|
|
|
|