Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
99ef712c5a
1 changed files with 1 additions and 1 deletions
  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();
     }
     /**