userId) == false || empty($this->userId)) { util::success(['list' => [], 'showGlInfo' => $info]); } $where = []; $where['userId'] = $this->userId; $where['delStatus'] = 0; $respond = HdClass::getHdList($where); $respond['showGlInfo'] = $info; util::success($respond); } }