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

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/user/UserStudyRecordMapper.xml

@@ -157,7 +157,7 @@
         <result property="sectionName" column="section_name"/>
     </resultMap>
 
-    <resultMap type="com.zhongzheng.modules.grade.vo.CourseSectionDetailVo" id="CourseSectionDetailVo">
+    <resultMap type="com.zhongzheng.modules.course.bo.CourseSectionDetailVo" id="CourseSectionDetailVo">
         <result property="userId" column="user_id"/>
         <result property="realName" column="realname"/>
         <result property="idCard" column="id_card" typeHandler="com.zhongzheng.common.type.EncryptHandler"/>