songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
6616385417
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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->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);
     }
     //删除货主