|
@@ -44,7 +44,7 @@
|
|
|
t1.name AS honorsLevelCN,
|
|
|
t2.name AS honorsGradeCN,
|
|
|
t3.name AS baseSemesterIdCN,
|
|
|
- t4.name AS classIdCN,
|
|
|
+ t4.name AS classIdCN
|
|
|
FROM class_honors t
|
|
|
LEFT JOIN xjr_dictionary_detail t1 ON t1.code = t.honors_level
|
|
|
LEFT JOIN xjr_dictionary_detail t2 ON t2.code = t.honors_grade
|