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