소스 검색

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

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]
                 }