From 63cd61c64d51755211ad8c74621b1bd02169c08c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 31 Jul 2023 21:20:48 -0400 Subject: [PATCH] fix --- wrenchboard/src/shared_tool/recent_data.cc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/wrenchboard/src/shared_tool/recent_data.cc b/wrenchboard/src/shared_tool/recent_data.cc index b1505c81..7cbbb33e 100644 --- a/wrenchboard/src/shared_tool/recent_data.cc +++ b/wrenchboard/src/shared_tool/recent_data.cc @@ -60,7 +60,7 @@ out["total_record"] = itm_count; return 0; } // -long RecoOffersInterest(int itm_count, CVars in, CVars &out ){ +long ARecoOffersInterest(int itm_count, CVars in, CVars &out ){ logfmt(logINFO, "RecoOffersInterest()"); long ret = PHP_API_BAD_PARAM; const PGresult *res; @@ -125,7 +125,7 @@ long RecoOffersInterest(int itm_count, CVars in, CVars &out ){ return ret; } -long RecoCheckOffers(int itm_count, CVars in, CVars &out ){ +long ARecoCheckOffers(int itm_count, CVars in, CVars &out ){ logfmt(logINFO, "RecoCheckOffers()"); long ret = PHP_API_BAD_PARAM; const PGresult *res; @@ -189,7 +189,7 @@ long RecoCheckOffers(int itm_count, CVars in, CVars &out ){ return ret; } -long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){ +long ARecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){ //SELECT count(id) AS family_count FROM members_family WHERE member_id =1 AND status = 1 AND last_login IS NULL ; logfmt(logINFO, "RecoCheckFamilyLogin()"); long ret = PHP_API_BAD_PARAM; @@ -252,7 +252,7 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){ return ret; } -long RecoReferAFreind(int itm_count, CVars in, CVars &out ){ +long ARecoReferAFreind(int itm_count, CVars in, CVars &out ){ logfmt(logINFO, "RecoOffersInterest()"); long ret = PHP_API_BAD_PARAM; const PGresult *res; @@ -319,7 +319,7 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){ // -long RecoPendingInterestCount( int itm_count, CVars in, CVars &out ){ +long ARecoPendingInterestCount( int itm_count, CVars in, CVars &out ){ //SELECT count(id) AS family_count FROM members_family WHERE member_id =1 AND status = 1 AND last_login IS NULL ; logfmt(logINFO, "RecoCheckFamilyCount()"); long ret = PHP_API_BAD_PARAM; @@ -384,7 +384,7 @@ long RecoPendingInterestCount( int itm_count, CVars in, CVars &out ){ return ret; } -long RecoCheckFamilyCount( int itm_count, CVars in, CVars &out ){ +long ARecoCheckFamilyCount( int itm_count, CVars in, CVars &out ){ //SELECT count(id) AS family_count FROM members_family WHERE member_id =1 AND status = 1 AND last_login IS NULL ; logfmt(logINFO, "RecoCheckFamilyCount()"); long ret = PHP_API_BAD_PARAM; @@ -447,7 +447,7 @@ long RecoCheckFamilyCount( int itm_count, CVars in, CVars &out ){ return ret; } -long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){ +long ARecoCheckCoupons( int itm_count, CVars in, CVars &out ){ //SELECT id AS coupons_count FROM coupons_allocation WHERE member_id =1 AND amount> 0 AND active IS NULL; logfmt(logINFO, "RecoCheckCoupons()"); long ret = PHP_API_BAD_PARAM; @@ -510,7 +510,7 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){ return ret; } -long RecoCheckTaskDue( int itm_count, CVars in, CVars &out ){ +long ARecoCheckTaskDue( int itm_count, CVars in, CVars &out ){ logfmt(logINFO, "RecoCheckTaskDue()"); long ret = PHP_API_BAD_PARAM; const PGresult *res; @@ -572,7 +572,7 @@ long RecoCheckTaskDue( int itm_count, CVars in, CVars &out ){ return ret; } -long RecoCheckTaskReview( int itm_count, CVars in, CVars &out ){ +long ARecoCheckTaskReview( int itm_count, CVars in, CVars &out ){ logfmt(logINFO, "RecoCheckTaskReview()"); long ret = PHP_API_BAD_PARAM; const PGresult *res; @@ -635,7 +635,7 @@ return ret; } -long RecoCheckBlog( int itm_count, CVars in, CVars &out ){ +long ARecoCheckBlog( int itm_count, CVars in, CVars &out ){ logfmt(logINFO, "RecoCheckBlog()"); long ret = PHP_API_BAD_PARAM; const PGresult *res;