songxingwei 3 年之前
父節點
當前提交
9637d994cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/store/controller/Member.php

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

@@ -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'].'%');
         }