duplication in application

This commit is contained in:
venbatechnologies@gmail.com 2018-11-20 18:15:19 +05:30
parent d8541a9149
commit b4d401b87c

View File

@ -1074,6 +1074,7 @@ $this->db->insert_batch('T_BroadcastStatus', $data);
$this->db->where('t2.StudentID', $studentId);
$this->db->where('t2.CourseID', $courseId);
$this->db->group_by('t2.ID');
$fromTypes = $this->db->get();
$formTypeDetails = $fromTypes->result();
if($formTypeDetails){