getJobsData
This commit is contained in:
@@ -76,13 +76,11 @@ class WrenchJobs extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( $countItem == 0 ){
|
if ( $countItem == 0 ){
|
||||||
|
|
||||||
$in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST;
|
$in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST;
|
||||||
$out=[];
|
$out=[];
|
||||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||||
$out['internal_return'] = $ret;
|
$out['internal_return'] = $ret;
|
||||||
|
|
||||||
|
|
||||||
// $local_url = "http://".$this->micro_service_net1.":3033/marketjobs";
|
// $local_url = "http://".$this->micro_service_net1.":3033/marketjobs";
|
||||||
// $out = $this->APIcall('GET', $local_url, $in);
|
// $out = $this->APIcall('GET', $local_url, $in);
|
||||||
// dont cache junk
|
// dont cache junk
|
||||||
@@ -119,7 +117,6 @@ class WrenchJobs extends BaseController
|
|||||||
log_message('critical', "***** ***** WrenchJobs::JOB AFTER FILTER Ret ". serialize($filter_job_list));
|
log_message('critical', "***** ***** WrenchJobs::JOB AFTER FILTER Ret ". serialize($filter_job_list));
|
||||||
|
|
||||||
$out['result_list'] = $filter_job_list;
|
$out['result_list'] = $filter_job_list;
|
||||||
|
|
||||||
// Fileter result_list to wallet country
|
// Fileter result_list to wallet country
|
||||||
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
|
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
|
||||||
$int_list = $this->getCache($endpoint)["result_list"];
|
$int_list = $this->getCache($endpoint)["result_list"];
|
||||||
|
|||||||
Reference in New Issue
Block a user