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