markcard blank : ps

This commit is contained in:
Sanjeev 2021-02-17 13:14:35 +05:30
parent 8b73849c0a
commit 39e428eda6

View File

@ -596,6 +596,7 @@ class Studentview_model extends CI_Model
$this->db->join(PICK_LIST_DETAILS.' as PLD2', 'PLD2.ListCode = ASBK.ListCode','LEFT');
$this->db->where('CU.CourseID', $courseID);
$this->db->where('CS.StudentID', $studentID);
$this->db->where('PLD.ListName !=','BLANK');
$this->db->where_in('CS.CertificationType', 'MARK CARD');
$this->db->group_by('CS.ID');
$this->db->order_by('CS.ID', 'DESC');