shish 5 лет назад
Родитель
Сommit
fbba0310fa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/shop/controllers/UserController.php

+ 1 - 1
app/shop/controllers/UserController.php

@@ -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;