ref UID path
This commit is contained in:
+1
-1
@@ -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 " +
|
||||
|
||||
Reference in New Issue
Block a user