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