Quellcode durchsuchen

班级荣誉sql更正

phoenix vor 1 Jahr
Ursprung
Commit
b1bb8b902d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/resources/mapper/student/ClassHonorsMapper.xml

+ 1 - 1
src/main/resources/mapper/student/ClassHonorsMapper.xml

@@ -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