ref UID path

This commit is contained in:
CHIEFSOFT\ameye
2024-08-21 16:41:15 -04:00
parent 8563803551
commit 1e45f85a42
+1 -1
View File
@@ -26,7 +26,7 @@ var jobs = {
" WHERE m.uid = '"+req.body.uid+"' )";
}
Qstring = " SELECT j.title,j.description,m.id AS job_id,m.expire,m.job_description,j.price, j.depend_uid, " +
Qstring = " SELECT j.title,j.description,m.id AS job_id,m.expire,m.job_description,j.price, m.depend_uid AS offer_depend_uid, " +
" m.offer_code,j.timeline_days, to_char(m.expire, 'Dy Mon dd, yyyy HH:MI AM') AS expire2," +
" m.uid AS offer_uid,j.uid AS job_uid,m.added::date AS offer_added,j.country AS job_country, " +
" c.code AS currency_code, c.description AS currency_description,j.country, j.category,mb.uid AS market_uid, 0 AS interest_count " +