|
|
@@ -31,7 +31,7 @@ class UserController extends BaseController
|
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
|
$search = isset($get['search']) ? $get['search'] : '';
|
|
|
- $where = ['sjId' => $this->sjId];
|
|
|
+ $where = ['merchantId' => $this->sjId];
|
|
|
if (!empty($search)) {
|
|
|
if (stringUtil::isMobile($search)) {
|
|
|
$where['mobile'] = $search;
|