shish 3 лет назад
Родитель
Сommit
ec2a496273
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      app-hd/controllers/GhsController.php
  2. 1 0
      app-mall/controllers/HdController.php

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

@@ -45,6 +45,7 @@ class GhsController extends BaseController
     {
         $where = [];
         $where['ownShopId'] = $this->shopId;
+        $where['delStatus'] = 0;
         $respond = GhsClass::getGhsList($where);
         util::success($respond);
     }

+ 1 - 0
app-mall/controllers/HdController.php

@@ -17,6 +17,7 @@ class HdController extends BaseController
         }
         $where = [];
         $where['userId'] = $this->userId;
+        $where['delStatus'] = 0;
         $respond = HdClass::getHdList($where);
         $respond['showGlInfo'] = $info;
         util::success($respond);