shish 3 năm trước cách đây
mục cha
commit
ec2a496273

+ 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);