소스 검색

bug修复

wangliang 4 년 전
부모
커밋
09f9d7a472
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      teachcloud-report-business/src/main/resources/mapper/TBExamStudentMapper.xml

+ 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