ソースを参照

不显示平台的员工

shish 4 年 前
コミット
5be3bfc813
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app-hd/controllers/ShopAdminController.php

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

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