wangliang 4 tahun lalu
induk
melakukan
09f9d7a472

+ 1 - 1
teachcloud-report-business/src/main/resources/mapper/TBExamStudentMapper.xml

@@ -47,7 +47,7 @@
     <select id="selectTeachList" resultType="com.qmth.teachcloud.report.business.bean.result.TBExamStudentResult">
         select
         DISTINCT tbes.teacher_id as teacherId,
-        su.real_name as teachName
+        su.real_name as teacherName
         from
         t_b_exam_student tbes
         join sys_user su on