From 8ea4e0ae876be5a63b350bef1c6b51d82c9ae26e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 6 Sep 2024 11:53:40 -0400 Subject: [PATCH] New cacahe end --- www-api/app/Controllers/WrenchJobs.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 7244f0a1..5ff0f1da 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -68,6 +68,10 @@ class WrenchJobs extends BaseController $out['internal_return'] = 0; // just backwad comaptobility log_message('critical', "***** ***** WrenchJobs::getJobsData Cache Done:::Ret "); } + + $endpoint = "WRENCH_JOB_INTEREST_COUNT"; + $out["interest_list"] = $this->getCache($endpoint); + log_message('critical', "***** ***** WrenchJobs::getJobsData Ret "); return $this->respond( $this->summaryReturnData($in,$out), 200); }