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