From fefdceb6503724e4f2a132434e274518d62061e9 Mon Sep 17 00:00:00 2001
From: xiaoCJ <406612557@qq.com>
Date: Wed, 6 Nov 2024 17:36:07 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AB=A0=E8=8A=82=E8=A1=A8=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/ChapterMapper.xml | 247 --------------------
1 file changed, 247 deletions(-)
diff --git a/src/main/resources/mapper/ChapterMapper.xml b/src/main/resources/mapper/ChapterMapper.xml
index 09fba28..1fe437f 100644
--- a/src/main/resources/mapper/ChapterMapper.xml
+++ b/src/main/resources/mapper/ChapterMapper.xml
@@ -267,251 +267,4 @@
families = #{families,jdbcType=VARCHAR}
where chapter_id = #{chapterId,jdbcType=VARCHAR}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
- chapter_id, chapter_name, add_time, source
-
-
- knowledge
-
-
-
-
-
- delete from chapter
- where chapter_id = #{chapterId,jdbcType=VARCHAR}
-
-
- delete from chapter
-
-
-
-
-
- insert into chapter (chapter_id, chapter_name, add_time,
- source, knowledge)
- values (#{chapterId,jdbcType=VARCHAR}, #{chapterName,jdbcType=VARCHAR}, #{addTime,jdbcType=TIMESTAMP},
- #{source,jdbcType=VARCHAR}, #{knowledge,jdbcType=LONGVARCHAR})
-
-
- insert into chapter
-
-
- chapter_id,
-
-
- chapter_name,
-
-
- add_time,
-
-
- source,
-
-
- knowledge,
-
-
-
-
- #{chapterId,jdbcType=VARCHAR},
-
-
- #{chapterName,jdbcType=VARCHAR},
-
-
- #{addTime,jdbcType=TIMESTAMP},
-
-
- #{source,jdbcType=VARCHAR},
-
-
- #{knowledge,jdbcType=LONGVARCHAR},
-
-
-
-
-
- update chapter
-
-
- chapter_id = #{record.chapterId,jdbcType=VARCHAR},
-
-
- chapter_name = #{record.chapterName,jdbcType=VARCHAR},
-
-
- add_time = #{record.addTime,jdbcType=TIMESTAMP},
-
-
- source = #{record.source,jdbcType=VARCHAR},
-
-
- knowledge = #{record.knowledge,jdbcType=LONGVARCHAR},
-
-
-
-
-
-
-
- update chapter
- set chapter_id = #{record.chapterId,jdbcType=VARCHAR},
- chapter_name = #{record.chapterName,jdbcType=VARCHAR},
- add_time = #{record.addTime,jdbcType=TIMESTAMP},
- source = #{record.source,jdbcType=VARCHAR},
- knowledge = #{record.knowledge,jdbcType=LONGVARCHAR}
-
-
-
-
-
- update chapter
- set chapter_id = #{record.chapterId,jdbcType=VARCHAR},
- chapter_name = #{record.chapterName,jdbcType=VARCHAR},
- add_time = #{record.addTime,jdbcType=TIMESTAMP},
- source = #{record.source,jdbcType=VARCHAR}
-
-
-
-
-
- update chapter
-
-
- chapter_name = #{chapterName,jdbcType=VARCHAR},
-
-
- add_time = #{addTime,jdbcType=TIMESTAMP},
-
-
- source = #{source,jdbcType=VARCHAR},
-
-
- knowledge = #{knowledge,jdbcType=LONGVARCHAR},
-
-
- where chapter_id = #{chapterId,jdbcType=VARCHAR}
-
-
- update chapter
- set chapter_name = #{chapterName,jdbcType=VARCHAR},
- add_time = #{addTime,jdbcType=TIMESTAMP},
- source = #{source,jdbcType=VARCHAR},
- knowledge = #{knowledge,jdbcType=LONGVARCHAR}
- where chapter_id = #{chapterId,jdbcType=VARCHAR}
-
-
- update chapter
- set chapter_name = #{chapterName,jdbcType=VARCHAR},
- add_time = #{addTime,jdbcType=TIMESTAMP},
- source = #{source,jdbcType=VARCHAR}
- where chapter_id = #{chapterId,jdbcType=VARCHAR}
-
\ No newline at end of file