This commit is contained in:
2022-08-13 20:26:23 -04:00
parent 7914a73df0
commit b2155d64ed
8 changed files with 137 additions and 42 deletions
+6
View File
@@ -6,6 +6,12 @@ class Job_model extends CI_Model {
}
public function selectUserJobUid($member_id,$uuid){
$mysql = "SELECT * FROM members_jobs WHERE member_id = $member_id AND uid='$uuid' ";
$query = $this->db->query($mysql);
return $query->result_array();
}
/*
* Supply active list of jobs for this id
*/