From d254c34b538e190fd5a9355d757f64bd495bdda9 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 26 四月 2023 11:01:33 +0800
Subject: [PATCH] 1

---
 src/main/resources/mapping/SuYuanMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapping/SuYuanMapper.xml b/src/main/resources/mapping/SuYuanMapper.xml
index a6d162a..d2a5408 100644
--- a/src/main/resources/mapping/SuYuanMapper.xml
+++ b/src/main/resources/mapping/SuYuanMapper.xml
@@ -191,4 +191,8 @@
     <update id="update" >
     	UPDATE ${tableName} SET c = #{value} WHERE id = #{id}
     </update>
+
+	<update id="updateVocsName">
+		update ${table} set vocsName = #{vocsName} where id = #{id};
+	</update>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3