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