فهرست منبع

隐藏平台管理员

shish 5 سال پیش
والد
کامیت
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 = [];
         $where['shopId'] = $this->shopId;
         $where['shopId'] = $this->shopId;
         $where['delStatus'] = 0;
         $where['delStatus'] = 0;
+        $where['isPt'] = 0;
         $list = ShopAdminService::getAdminList($where);
         $list = ShopAdminService::getAdminList($where);
         util::success($list);
         util::success($list);
     }
     }