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