Explorar o código

电子商城-提交订单

whitefang hai 1 ano
pai
achega
e91f7af965
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/workerapi/logic/shops/ShopOrderLogic.php

+ 1 - 1
app/workerapi/logic/shops/ShopOrderLogic.php

@@ -92,7 +92,7 @@ class ShopOrderLogic extends BaseLogic
                 'paw_way' => 2,
                 'paw_way' => 2,
                 'order_terminal' => $params['terminal'],
                 'order_terminal' => $params['terminal'],
                 'amount_total' => $amount_total,
                 'amount_total' => $amount_total,
-                'amount' => $amount,
+                'order_amount' => $amount,
             ]);
             ]);
 
 
             //生成订单商品镜像
             //生成订单商品镜像