batchschdule changes
This commit is contained in:
parent
d132ee91f9
commit
1a21d9df86
@ -114,7 +114,7 @@ class Hallticket_model extends CI_Model
|
||||
////////////
|
||||
public function get_unShedules($mapid,$subid,$branchcode,$CourseID,$universityID)
|
||||
{
|
||||
|
||||
//echo $mapid;
|
||||
$sql="SELECT semchild.SubjectID,semchild.MapID,bsc.ScheduleDate,bsc.FromTime,bsc.ToTime,sm.SubjectName
|
||||
FROM T_SemSubMap_Child semchild
|
||||
LEFT JOIN T_SemSubMap_Master semmaster ON semmaster.MapID = semchild.MapID
|
||||
@ -137,7 +137,7 @@ group by semchild.SubjectID,semchild.MapID";
|
||||
$this->db->join('T_Batch_Schedule_Child','T_Batch_Schedule_Child.SchId = SCM.SchId');
|
||||
$this->db->where('SCM.BranchCode',$branchcode);
|
||||
$this->db->where('SCM.CourseID',$CourseID);
|
||||
$this->db->where('T_Batch_Schedule_Child.SchId',$mapid);
|
||||
// $this->db->where('T_Batch_Schedule_Child.SchId',$mapid);
|
||||
$this->db->where('T_Batch_Schedule_Child.SubjectID',$row->SubjectID);
|
||||
$existsheduledetails = $this->db->get();
|
||||
//print_r($existsheduledetails);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user