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

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

@@ -221,7 +221,7 @@ class Orders extends Model
             $data=$order->getChangedData();
             if(!empty($data['status'])){
                 if($data['status']==self::S_WAIT_REC){
-                    $orders['continue_expire_time']=time()+self::EXP_REC;
+                    $order['continue_expire_time']=time()+self::EXP_REC;
                 }
             }
         });