From c3ddb43c8afb079aa7eb5e57a2e6e4169725f048 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 31 七月 2025 09:51:38 +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