|
@@ -29,7 +29,7 @@
|
|
|
t1.major_set_id,t11.name AS major_set_name,t1.applicant_user_id,t1.name AS applicant_user_name,t1.award_date,
|
|
|
t1.name,t1.honors_level,t8.name AS honors_level_cn,
|
|
|
t1.honors_type,t9.name AS honors_type_cn,t1.honors_grade, t10.name AS honors_grade_cn,
|
|
|
- t1.file_id,t1.base_semester_id FROM student_honors t1
|
|
|
+ t1.file_id,t1.base_semester_id,t1.student_user_id FROM student_honors t1
|
|
|
LEFT JOIN xjr_user t2 ON t1.student_user_id = t2.id
|
|
|
LEFT JOIN base_student_school_roll t3 ON t1.student_user_id = t3.user_id
|
|
|
LEFT JOIN base_grade t4 ON t3.grade_id = t4.id
|