Răsfoiți Sursa

隐藏平台管理员

shish 4 ani în urmă
părinte
comite
011032fa97
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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);
     }