This commit is contained in:
2022-05-21 17:10:47 -04:00
parent b866d2a1be
commit 1c5b0a24c7
4 changed files with 21 additions and 11 deletions
+1
View File
@@ -9,6 +9,7 @@ class Job_model extends CI_Model {
/*
* Supply active list of jobs for this id
*/
public function selectMarketJob($jobId){
$mysql = 'SELECT jo.offer_code,mj.title,mj.description,mj.timeline_days,mj.price,jo.job_description,jo.expire::date FROM members_jobs_offer jo '
. ' LEFT JOIN members_jobs mj ON mj.id=jo.job_id '