he2802 2 anos atrás
pai
commit
af901291f2

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