shish 5 лет назад
Родитель
Сommit
011032fa97
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/ShopAdminController.php

+ 1 - 0
app-ghs/controllers/ShopAdminController.php

@@ -104,6 +104,7 @@ class ShopAdminController extends BaseController
         $where = [];
         $where['shopId'] = $this->shopId;
         $where['delStatus'] = 0;
+        $where['isPt'] = 0;
         $list = ShopAdminService::getAdminList($where);
         util::success($list);
     }