From f455524346fe74e3d626e5b70bd401c88e066601 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 25 六月 2024 09:42:54 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml b/smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml
index f68c3ee..d94cfbd 100644
--- a/smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml
@@ -129,8 +129,6 @@
             <if test="reply != null">reply,</if>
             <if test="scriptScore != null">script_score,</if>
             <if test="scoreType != null">score_type,</if>
-            value_type,
-            reply,
         </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="categoryid != null">#{categoryid},</if>

--
Gitblit v1.9.3