Prechádzať zdrojové kódy

优化返回字段名

zhangdongming 3 mesiacov pred
rodič
commit
a5a045094b

+ 1 - 1
AdminController/ProductsSchemeManageController.py

@@ -364,7 +364,7 @@ class ProductsSchemeManageView(View):
             'ad': scheme.ad,
             'sensor': scheme.sensor,
             'orderQuantity': scheme.order_quantity,
-            'customer_code': scheme.customer_code,
+            'customerCode': scheme.customer_code,
             'phy':scheme.phy,
             'remark': scheme.remark,
             'createdTime': scheme.created_time,