Explorar el Código

电子商城-提交订单-DEBUG

whitefang hace 2 años
padre
commit
73bf2db524
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/common/logic/PayNotifyLogic.php

+ 1 - 0
app/common/logic/PayNotifyLogic.php

@@ -135,6 +135,7 @@ class PayNotifyLogic extends BaseLogic
         $order->transaction_id = $extra['transaction_id'] ?? '';
         $order->pay_status = PayEnum::ISPAID;
         $order->pay_time = time();
+        $order->shop_order_type = 2;
         $order->save();
     }