fix
This commit is contained in:
@@ -229,6 +229,9 @@ long SignUpStats(CVars in, CVars &out) {
|
||||
load_db_record(out, "SELECT count(*) AS total_task_interest FROM members_offer_interest WHERE added::date = now()::date");
|
||||
load_db_record(out, "SELECT count(id) AS total_active_public_jobs FROM members_jobs_offer WHERE status=1 AND public_view= 1 AND expire> now()");
|
||||
load_db_record(out, "SELECT count(*) AS total_login FROM members_session WHERE created::date=now()::date");
|
||||
load_db_record(out, "SELECT count(id) AS total_private_tasks FROM members_jobs_offer WHERE status=1 AND public_view= 0 AND expire> now()");
|
||||
|
||||
|
||||
|
||||
in = out;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user