|
@@ -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);
|
|
}
|
|
}
|
|
//删除货主
|
|
//删除货主
|