瀏覽代碼

修复复购订单返回数据问题

peng 2 年之前
父節點
當前提交
2e9e8d5666
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      AdminController/dataSystemManagement/ServiceDataController.py

+ 2 - 2
AdminController/dataSystemManagement/ServiceDataController.py

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