Explorar el Código

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

peng hace 2 años
padre
commit
2e9e8d5666
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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]
                 }