Browse Source

电子商城-提交订单-DEBUG

whitefang 1 year ago
parent
commit
73bf2db524
1 changed files with 1 additions and 0 deletions
  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();
     }