From 0e0b2f09d19e53f799fb28bfcef52e9fc114a206 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 31 Oct 2018 13:16:39 +0530 Subject: [PATCH] Tamilmaran's change on student model --- Apollo/api/application/models/Student_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/models/Student_model.php b/Apollo/api/application/models/Student_model.php index 45eeb16e..1f9fc938 100755 --- a/Apollo/api/application/models/Student_model.php +++ b/Apollo/api/application/models/Student_model.php @@ -72,7 +72,7 @@ class Student_model extends CI_Model { // $this->db->group_by('LT.TrackingID'); // } - + $sql.=" group by LTF.TrackingID"; $b=$this->db->query($sql); $trackingDetails = $b->result(); $result =$trackingDetails;