entry correction

This commit is contained in:
venbatechnologies@gmail.com 2018-11-16 16:41:03 +05:30
parent 1f7bed117b
commit bf55e17681

View File

@ -69,6 +69,9 @@ group by Student_id,cid";
// $this->db->like('ST.Firstname','%'.$search['Firstname'].'%');
$this->db->where('scd.UniversityID',$search['University']);
}
$this->db->where('sd.BranchCode',$search['branchId']);
$this->db->group_by('scd.ID');
$searchDetails = $this->db->get();