|
@@ -81,7 +81,7 @@ class UserwallController extends LoveBaseController
|
|
|
// $where[] = ['sex', '=', $param['sex']];
|
|
|
// }
|
|
|
if (!empty($param['id'])) {
|
|
|
- $where[] = ['id', '=', $param['id']];
|
|
|
+ $where[] = ['id|realname', 'like', "%{$param['id']}%"];
|
|
|
}
|
|
|
if (!empty($param['high'])) {
|
|
|
$high = $this->_high[$param['high']];
|