shish 3 سال پیش
والد
کامیت
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 = [];
         $where['ownShopId'] = $this->shopId;
         $where['ownShopId'] = $this->shopId;
+        $where['delStatus'] = 0;
         $respond = GhsClass::getGhsList($where);
         $respond = GhsClass::getGhsList($where);
         util::success($respond);
         util::success($respond);
     }
     }

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

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