wupengfei 2 lat temu
rodzic
commit
584dd23893
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      application/api/controller/UserCenter.php

+ 1 - 0
application/api/controller/UserCenter.php

@@ -1114,6 +1114,7 @@ class UserCenter extends Base
             $info = Db::name('store_order_info')
                 ->where('id',$id)
                 ->where('mid',$this->uid)
+                ->where('status','neq','2')
                 ->where('is_destruction',1)
                 ->find();
             if (!$info) $this->error('盲盒不存在');