|
@@ -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,
|