|
@@ -496,8 +496,8 @@ class ServiceDataView(View):
|
|
temp_usd_total += temp_total.get('USD', 0)
|
|
temp_usd_total += temp_total.get('USD', 0)
|
|
order_dict = {
|
|
order_dict = {
|
|
'count': temp_count,
|
|
'count': temp_count,
|
|
- 'tempCnyTotal': temp_cny_total,
|
|
|
|
- 'tempUsdTotal': temp_usd_total,
|
|
|
|
|
|
+ 'cnyTotal': temp_cny_total,
|
|
|
|
+ 'usdTotal': temp_usd_total,
|
|
'startTime': item[0],
|
|
'startTime': item[0],
|
|
'endTime': item[1]
|
|
'endTime': item[1]
|
|
}
|
|
}
|