market_draw_1219
This commit is contained in:
@@ -46,8 +46,8 @@ class Members extends BaseController
|
||||
if ($keywords) {
|
||||
$where["(uname LIKE '%{$keywords}%' OR mobile LIKE '%{$keywords}%' OR nickname LIKE '%{$keywords}%')"] = null;
|
||||
} else {
|
||||
$uname && $where["uname LIKE '%{$uname}%'"] = $uname;
|
||||
$mobile && $where["mobile LIKE '%{$mobile}%'"] = $mobile;
|
||||
$uname && $where["uname LIKE '%{$uname}%'"] = null;
|
||||
$mobile && $where["mobile LIKE '%{$mobile}%'"] = null;
|
||||
}
|
||||
$count = $this->mdSyliveUser->count($where);
|
||||
if ($count) {
|
||||
|
||||
Reference in New Issue
Block a user