songxingwei пре 2 година
родитељ
комит
6616385417
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
     }
     //删除货主