瀏覽代碼

1、课外训练-教学

Joburgess 5 年之前
父節點
當前提交
6229ce614a

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentExtracurricularExercisesSituationMapper.xml

@@ -121,7 +121,7 @@
 
 	<select id="findExercisesSituations" resultMap="StudentExercisesSituationDto">
 		SELECT
-			MAX(id_) id_,
+			MAX(sees.id_) id_,
 			student_id_,
 			stu.username_ student_name_,
 			MAX(tea.real_name_) teacher_name_,