|
@@ -31,7 +31,7 @@ class MemberBasic extends Controller
|
|
public function index()
|
|
public function index()
|
|
{
|
|
{
|
|
$this->title = '会员注册审核';
|
|
$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();
|
|
$query->dateBetween('create_at')->order('id desc')->page();
|
|
}
|
|
}
|
|
/**
|
|
/**
|