xieruidong 2 years ago
parent
commit
06fea4bec6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/Orders.php

+ 1 - 1
application/common/model/Orders.php

@@ -130,7 +130,7 @@ class Orders extends Model
         if(!$order->isNotPay()){
             return false;
         }
-        $order['status']=self::S_WAIT_REC;
+        $order['status']=self::S_WAIT_SEND;
         $order['pay_time']=$payment['pay_time'];
         $order->save();
         return true;