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"/>