소스 검색

fix 合并

he2802 3 년 전
부모
커밋
bc1d72a4db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -633,7 +633,7 @@
 
     <select id="listperiodChapter" parameterType="map" resultMap="ClassPeriodChapterVo">
         SELECT
-          ccs.sort,
+        cmc.sort,
         cc.chapter_id as id,
         cm.course_id,
         ( SELECT u.realname FROM `user` u WHERE 1=1 <if test="userId != null and userId !='' ">