getJobsData

This commit is contained in:
CHIEFSOFT\ameye
2025-08-11 16:12:36 -04:00
parent 4a3ddaaff7
commit 102ed97ed5
-3
View File
@@ -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"];