Browse Source

客户列表

shish 5 years ago
parent
commit
fbba0310fa
1 changed files with 1 additions and 1 deletions
  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;