shish 4 лет назад
Родитель
Сommit
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);
     }