|
sql.append("select id,exam_student_id,exam_id,course_id,course_code,course_level,finished,student_id,student_code,student_name,identity_number"
|
|
sql.append("select id,exam_student_id,exam_id,course_id,course_code,course_level,finished,student_id,student_code,student_name,identity_number"
|
|
- + ",info_collector,root_org_id,org_id,paper_type,,used_num,extra_num"
|
|
|
|
|
|
+ + ",info_collector,root_org_id,org_id,paper_type,used_num,extra_num"
|
|
+ ",specialty_code,specialty_name,grade from ec_oe_exam_student where 1=1 ");
|
|
+ ",specialty_code,specialty_name,grade from ec_oe_exam_student where 1=1 ");
|