|
@@ -46,7 +46,7 @@ class Member extends Controller
|
|
|
public function index()
|
|
|
{
|
|
|
$this->title = '会员信息管理';
|
|
|
- $query = $this->_query($this->table)->where('audit',2)->like('phone')->equal('status,type');
|
|
|
+ $query = $this->_query($this->table)->where('audit',2)->like('phone')->equal('status,type,industry_id');
|
|
|
if (isset($_GET['keyword']) && $_GET['keyword']){
|
|
|
$query->where('id|nickname|name','like','%'.$_GET['keyword'].'%');
|
|
|
}
|