markcard blank : ps
This commit is contained in:
parent
8b73849c0a
commit
39e428eda6
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user