From bcd8d392d27ae13ed21fc1c96920a37544992d04 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期二, 21 十月 2025 16:24:41 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/asrs/ConfigMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/asrs/ConfigMapper.xml b/src/main/resources/mapper/asrs/ConfigMapper.xml
index f5f269f..bad4f73 100644
--- a/src/main/resources/mapper/asrs/ConfigMapper.xml
+++ b/src/main/resources/mapper/asrs/ConfigMapper.xml
@@ -19,4 +19,8 @@
         and code=#{code}
     </select>
 
+    <update id="updateValue">
+        update sys_config set value = #{value} where code = #{code}
+    </update>
+
 </mapper>

--
Gitblit v1.9.1