hefei 1 год назад
Родитель
Сommit
71acbf3abb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/controller/api/store/order/StoreOrder.php

+ 2 - 1
app/controller/api/store/order/StoreOrder.php

@@ -923,7 +923,8 @@ class StoreOrder extends BaseController
923
         $where=[
923
         $where=[
924
             'sgo.uid'=>$this->request->uid(),
924
             'sgo.uid'=>$this->request->uid(),
925
             'sgo.paid'=>0,
925
             'sgo.paid'=>0,
926
-            'sgo.is_del'=>0
926
+            'sgo.is_del'=>0,
927
+            'so.status'=>5,
927
         ];
928
         ];
928
         $where_yhc='';
929
         $where_yhc='';
929
 //        $teshu_mer_id=Db::name('merchant')->where('merchant_type',2)->column('mer_id');
930
 //        $teshu_mer_id=Db::name('merchant')->where('merchant_type',2)->column('mer_id');