浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
99ef712c5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/store/controller/MemberBasic.php

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

@@ -31,7 +31,7 @@ class MemberBasic extends Controller
     public function index()
     {
         $this->title = '会员注册审核';
-        $query = $this->_query($this->table)->like('nickname,phone')->equal('state');
+        $query = $this->_query($this->table)->like('nickname,phone')->equal('status');
         $query->dateBetween('create_at')->order('id desc')->page();
     }
     /**