Prechádzať zdrojové kódy

成绩管理1对多

wangliang 8 mesiacov pred
rodič
commit
94e7e0a152

+ 1 - 1
teachcloud-obe/src/main/resources/mapper/TRExamStudentMapper.xml

@@ -4,7 +4,7 @@
 
     <select id="listStudentCourseByCultureProgramIdAndStudentCodeAndSemesterId"
             resultType="com.qmth.teachcloud.obe.been.report.StudentCourseInfoDto">
-        SELECT
+        SELECT distinct
             rbi.culture_program_id,
             bs.name semesterName,
             rbi.course_id,