new&rereg rport

This commit is contained in:
venbatechnologies@gmail.com 2019-01-08 11:34:45 +05:30
parent c8441e5a09
commit 61a58b233e

View File

@ -615,7 +615,7 @@ where STU.IsActive = '1' and APFS.ID in (select max(ID) from T_ApplicationFormS
$sql.="and STU_COUR.IsActive='1'";
$sql.="and STU.BranchCode='".$br."'";
$sql.=" group by regid,Student_id,RD.CourseID,Sem_Year ";
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate DESC ";
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate ASC ";
$leadDet=$this->db->query($sql);
$answer = $leadDet->result();