命名错误,课程营销标签分开的bug

This commit is contained in:
wangjinlei
2024-05-20 16:02:52 +08:00
parent 2547a918f8
commit 4be1541818
44 changed files with 498 additions and 300 deletions

View File

@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.peanut.modules.common.dao.BookListeningDao">
<!-- 可根据自己的需求,是否要使用 -->
<resultMap type="com.peanut.modules.common.entity.BookListeningEntity" id="bookListeningMap">
<result property="id" column="id" />
<result property="userId" column="user_id" />
<result property="bookId" column="book_id" />
<result property="chapterId" column="chapter_id" />
<result property="chapterName" column="chapter_name" />
<result property="contentId" column="content_id" />
<result property="createTime" column="create_time" />
<result property="updateTime" column="update_time" />
<result property="sort" column="sort" />
<result property="delFlag" column="del_flag" />
</resultMap>
</mapper>