|
@@ -5,7 +5,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
|
<id column="book_id" jdbcType="BIGINT" property="bookId" />
|
|
@@ -14,12 +14,13 @@
|
|
|
<result column="update_time" jdbcType="INTEGER" property="updateTime" />
|
|
|
<result column="words" jdbcType="INTEGER" property="words" />
|
|
|
<result column="read_able" jdbcType="INTEGER" property="readAble" />
|
|
|
+ <result column="chapter_id" jdbcType="BIGINT" property="chapterId" />
|
|
|
</resultMap>
|
|
|
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.book.dao.cps.entity.UploadBook">
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
<result column="content" jdbcType="LONGVARCHAR" property="content" />
|
|
|
</resultMap>
|
|
@@ -27,7 +28,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
<where>
|
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
@@ -61,7 +62,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
<where>
|
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
@@ -95,15 +96,15 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
- id, book_id, chapter_name, create_time, update_time, words, read_able
|
|
|
+ id, book_id, chapter_name, create_time, update_time, words, read_able, chapter_id
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
content
|
|
|
</sql>
|
|
@@ -111,7 +112,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<if test="distinct">
|
|
@@ -140,7 +141,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<if test="distinct">
|
|
@@ -167,7 +168,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<if test="example != null and example.distinct">
|
|
@@ -205,7 +206,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
@@ -219,7 +220,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<choose>
|
|
@@ -242,7 +243,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
delete from upload_book
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
@@ -252,7 +253,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
delete from upload_book
|
|
|
<if test="_parameter != null">
|
|
@@ -263,20 +264,22 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
insert into upload_book (id, book_id, chapter_name,
|
|
|
create_time, update_time, words,
|
|
|
- read_able, content)
|
|
|
+ read_able, chapter_id, content
|
|
|
+ )
|
|
|
values (#{id,jdbcType=BIGINT}, #{bookId,jdbcType=BIGINT}, #{chapterName,jdbcType=VARCHAR},
|
|
|
#{createTime,jdbcType=INTEGER}, #{updateTime,jdbcType=INTEGER}, #{words,jdbcType=INTEGER},
|
|
|
- #{readAble,jdbcType=INTEGER}, #{content,jdbcType=LONGVARCHAR})
|
|
|
+ #{readAble,jdbcType=INTEGER}, #{chapterId,jdbcType=BIGINT}, #{content,jdbcType=LONGVARCHAR}
|
|
|
+ )
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="map">
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
insert into upload_book
|
|
|
<choose>
|
|
@@ -308,6 +311,9 @@
|
|
|
<if test="record.readAble != null">
|
|
|
read_able,
|
|
|
</if>
|
|
|
+ <if test="record.chapterId != null">
|
|
|
+ chapter_id,
|
|
|
+ </if>
|
|
|
<if test="record.content != null">
|
|
|
content,
|
|
|
</if>
|
|
@@ -345,6 +351,9 @@
|
|
|
<if test="record.readAble != null">
|
|
|
#{record.readAble,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="record.chapterId != null">
|
|
|
+ #{record.chapterId,jdbcType=BIGINT},
|
|
|
+ </if>
|
|
|
<if test="record.content != null">
|
|
|
#{record.content,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
@@ -356,7 +365,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select count(*) from upload_book
|
|
|
<if test="_parameter != null">
|
|
@@ -367,7 +376,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
update upload_book
|
|
|
SET
|
|
@@ -400,6 +409,9 @@
|
|
|
<if test="record.readAble != null">
|
|
|
read_able = #{record.readAble,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="record.chapterId != null">
|
|
|
+ chapter_id = #{record.chapterId,jdbcType=BIGINT},
|
|
|
+ </if>
|
|
|
<if test="record.content != null">
|
|
|
content = #{record.content,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
@@ -414,7 +426,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
update upload_book
|
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
@@ -424,6 +436,7 @@
|
|
|
update_time = #{record.updateTime,jdbcType=INTEGER},
|
|
|
words = #{record.words,jdbcType=INTEGER},
|
|
|
read_able = #{record.readAble,jdbcType=INTEGER},
|
|
|
+ chapter_id = #{record.chapterId,jdbcType=BIGINT},
|
|
|
content = #{record.content,jdbcType=LONGVARCHAR}
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
@@ -433,7 +446,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
update upload_book
|
|
|
set id = #{record.id,jdbcType=BIGINT},
|
|
@@ -442,7 +455,8 @@
|
|
|
create_time = #{record.createTime,jdbcType=INTEGER},
|
|
|
update_time = #{record.updateTime,jdbcType=INTEGER},
|
|
|
words = #{record.words,jdbcType=INTEGER},
|
|
|
- read_able = #{record.readAble,jdbcType=INTEGER}
|
|
|
+ read_able = #{record.readAble,jdbcType=INTEGER},
|
|
|
+ chapter_id = #{record.chapterId,jdbcType=BIGINT}
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
@@ -451,7 +465,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
update upload_book
|
|
|
SET
|
|
@@ -478,6 +492,9 @@
|
|
|
<if test="record.readAble != null">
|
|
|
read_able = #{record.readAble,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="record.chapterId != null">
|
|
|
+ chapter_id = #{record.chapterId,jdbcType=BIGINT},
|
|
|
+ </if>
|
|
|
<if test="record.content != null">
|
|
|
content = #{record.content,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
@@ -491,7 +508,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
update upload_book
|
|
|
set chapter_name = #{chapterName,jdbcType=VARCHAR},
|
|
@@ -499,6 +516,7 @@
|
|
|
update_time = #{updateTime,jdbcType=INTEGER},
|
|
|
words = #{words,jdbcType=INTEGER},
|
|
|
read_able = #{readAble,jdbcType=INTEGER},
|
|
|
+ chapter_id = #{chapterId,jdbcType=BIGINT},
|
|
|
content = #{content,jdbcType=LONGVARCHAR}
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
and book_id = #{bookId,jdbcType=BIGINT}
|
|
@@ -507,14 +525,15 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
update upload_book
|
|
|
set chapter_name = #{chapterName,jdbcType=VARCHAR},
|
|
|
create_time = #{createTime,jdbcType=INTEGER},
|
|
|
update_time = #{updateTime,jdbcType=INTEGER},
|
|
|
words = #{words,jdbcType=INTEGER},
|
|
|
- read_able = #{readAble,jdbcType=INTEGER}
|
|
|
+ read_able = #{readAble,jdbcType=INTEGER},
|
|
|
+ chapter_id = #{chapterId,jdbcType=BIGINT}
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
and book_id = #{bookId,jdbcType=BIGINT}
|
|
|
</update>
|
|
@@ -522,7 +541,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
@@ -539,7 +558,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
@@ -558,7 +577,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
select
|
|
|
<choose>
|
|
@@ -586,22 +605,24 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
insert into upload_book
|
|
|
- (id, book_id, chapter_name, create_time, update_time, words, read_able, content)
|
|
|
+ (id, book_id, chapter_name, create_time, update_time, words, read_able, chapter_id,
|
|
|
+ content)
|
|
|
values
|
|
|
<foreach collection="list" item="item" separator=",">
|
|
|
(#{item.id,jdbcType=BIGINT}, #{item.bookId,jdbcType=BIGINT}, #{item.chapterName,jdbcType=VARCHAR},
|
|
|
#{item.createTime,jdbcType=INTEGER}, #{item.updateTime,jdbcType=INTEGER}, #{item.words,jdbcType=INTEGER},
|
|
|
- #{item.readAble,jdbcType=INTEGER}, #{item.content,jdbcType=LONGVARCHAR})
|
|
|
+ #{item.readAble,jdbcType=INTEGER}, #{item.chapterId,jdbcType=BIGINT}, #{item.content,jdbcType=LONGVARCHAR}
|
|
|
+ )
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
<insert id="batchInsertSelective" parameterType="map">
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
insert into upload_book (
|
|
|
<foreach collection="selective" item="column" separator=",">
|
|
@@ -633,6 +654,9 @@
|
|
|
<if test="'read_able'.toString() == column.value">
|
|
|
#{item.readAble,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test="'chapter_id'.toString() == column.value">
|
|
|
+ #{item.chapterId,jdbcType=BIGINT}
|
|
|
+ </if>
|
|
|
<if test="'content'.toString() == column.value">
|
|
|
#{item.content,jdbcType=LONGVARCHAR}
|
|
|
</if>
|
|
@@ -644,7 +668,7 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
insert into upload_book
|
|
|
<choose>
|
|
@@ -676,6 +700,9 @@
|
|
|
<if test="record.readAble != null">
|
|
|
read_able,
|
|
|
</if>
|
|
|
+ <if test="record.chapterId != null">
|
|
|
+ chapter_id,
|
|
|
+ </if>
|
|
|
<if test="record.content != null">
|
|
|
content,
|
|
|
</if>
|
|
@@ -713,6 +740,9 @@
|
|
|
<if test="record.readAble != null">
|
|
|
#{record.readAble,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="record.chapterId != null">
|
|
|
+ #{record.chapterId,jdbcType=BIGINT},
|
|
|
+ </if>
|
|
|
<if test="record.content != null">
|
|
|
#{record.content,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
@@ -749,6 +779,9 @@
|
|
|
<if test="record.readAble != null">
|
|
|
read_able = #{record.readAble,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="record.chapterId != null">
|
|
|
+ chapter_id = #{record.chapterId,jdbcType=BIGINT},
|
|
|
+ </if>
|
|
|
<if test="record.content != null">
|
|
|
content = #{record.content,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
@@ -760,14 +793,15 @@
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
insert into upload_book
|
|
|
- (id, book_id, chapter_name, create_time, update_time, words, read_able)
|
|
|
+ (id, book_id, chapter_name, create_time, update_time, words, read_able, chapter_id
|
|
|
+ )
|
|
|
values
|
|
|
(#{id,jdbcType=BIGINT}, #{bookId,jdbcType=BIGINT}, #{chapterName,jdbcType=VARCHAR},
|
|
|
#{createTime,jdbcType=INTEGER}, #{updateTime,jdbcType=INTEGER}, #{words,jdbcType=INTEGER},
|
|
|
- #{readAble,jdbcType=INTEGER})
|
|
|
+ #{readAble,jdbcType=INTEGER}, #{chapterId,jdbcType=BIGINT})
|
|
|
on duplicate key update
|
|
|
id = #{id,jdbcType=BIGINT},
|
|
|
book_id = #{bookId,jdbcType=BIGINT},
|
|
@@ -775,20 +809,23 @@
|
|
|
create_time = #{createTime,jdbcType=INTEGER},
|
|
|
update_time = #{updateTime,jdbcType=INTEGER},
|
|
|
words = #{words,jdbcType=INTEGER},
|
|
|
- read_able = #{readAble,jdbcType=INTEGER}
|
|
|
+ read_able = #{readAble,jdbcType=INTEGER},
|
|
|
+ chapter_id = #{chapterId,jdbcType=BIGINT}
|
|
|
</insert>
|
|
|
<insert id="upsertWithBLOBs" parameterType="com.book.dao.cps.entity.UploadBook">
|
|
|
<!--
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Thu Aug 26 21:11:21 CST 2021.
|
|
|
+ This element was generated on Thu Aug 26 23:53:37 CST 2021.
|
|
|
-->
|
|
|
insert into upload_book
|
|
|
- (id, book_id, chapter_name, create_time, update_time, words, read_able, content)
|
|
|
+ (id, book_id, chapter_name, create_time, update_time, words, read_able, chapter_id,
|
|
|
+ content)
|
|
|
values
|
|
|
(#{id,jdbcType=BIGINT}, #{bookId,jdbcType=BIGINT}, #{chapterName,jdbcType=VARCHAR},
|
|
|
#{createTime,jdbcType=INTEGER}, #{updateTime,jdbcType=INTEGER}, #{words,jdbcType=INTEGER},
|
|
|
- #{readAble,jdbcType=INTEGER}, #{content,jdbcType=LONGVARCHAR})
|
|
|
+ #{readAble,jdbcType=INTEGER}, #{chapterId,jdbcType=BIGINT}, #{content,jdbcType=LONGVARCHAR}
|
|
|
+ )
|
|
|
on duplicate key update
|
|
|
id = #{id,jdbcType=BIGINT},
|
|
|
book_id = #{bookId,jdbcType=BIGINT},
|
|
@@ -797,6 +834,7 @@
|
|
|
update_time = #{updateTime,jdbcType=INTEGER},
|
|
|
words = #{words,jdbcType=INTEGER},
|
|
|
read_able = #{readAble,jdbcType=INTEGER},
|
|
|
+ chapter_id = #{chapterId,jdbcType=BIGINT},
|
|
|
content = #{content,jdbcType=LONGVARCHAR}
|
|
|
</insert>
|
|
|
</mapper>
|