Browse Source

供货商

shish 5 years ago
parent
commit
efddeb0c4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-pt/controllers/GhsController.php

+ 1 - 1
app-pt/controllers/GhsController.php

@@ -44,7 +44,7 @@ class GhsController extends BaseController
         if (!empty($has)) {
             util::fail('您已经绑定这个供货商了');
         }
-        $list = ShopClass::getAllByCondition(['merchantId' => $ownSjId, 'delStatus' => 0]);
+        $list = ShopClass::getAllByCondition(['merchantId' => $ownSjId, 'delStatus' => 0], null, '*');
         if (empty($list)) {
             util::fail('没有找到门店');
         }