Sfoglia il codice sorgente

不显示平台的员工

shish 4 anni fa
parent
commit
5be3bfc813
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 = [];
         $where['mainId'] = $this->mainId;
         $where['mainId'] = $this->mainId;
         $where['delStatus'] = 0;
         $where['delStatus'] = 0;
+        $where['isPt'] = 0;
         $list = ShopAdminService::getAdminList($where);
         $list = ShopAdminService::getAdminList($where);
         util::success($list);
         util::success($list);
     }
     }