songxingwei 2 years ago
parent
commit
6616385417
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/user/controller/Member.php

+ 1 - 1
application/user/controller/Member.php

@@ -74,7 +74,7 @@ class Member extends Controller
         $this->group_list = array_merge([['id'=>'','name'=>'全部会员']],$this->group_list);
         $this->group_list = array_merge([['id'=>'','name'=>'全部会员']],$this->group_list);
 
 
         //藏品列表
         //藏品列表
-        $this->coll_list = Db::name('store_collection')->field('id,name')->select();
+        $this->coll_list = Db::name('store_collection')->where('is_deleted',0)->field('id,name')->select();
         $this->coll_list = array_merge([['id'=>'','name'=>'全部']],$this->coll_list);
         $this->coll_list = array_merge([['id'=>'','name'=>'全部']],$this->coll_list);
     }
     }
     //删除货主
     //删除货主