$int_list
This commit is contained in:
@@ -70,7 +70,8 @@ class WrenchJobs extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
|
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
|
||||||
$out["interest_list"] = $this->getCache($endpoint);
|
$int_list = $this->getCache($endpoint)["result_list"];
|
||||||
|
$out["interest_list"] = ( isset($int_list) && is_array($int_list) ) ? $int_list : [];
|
||||||
|
|
||||||
log_message('critical', "***** ***** WrenchJobs::getJobsData Ret ");
|
log_message('critical', "***** ***** WrenchJobs::getJobsData Ret ");
|
||||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||||
|
|||||||
Reference in New Issue
Block a user