From a1f531ee3acc549aabfed8efb6c821e6f6209fa4 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 26 十一月 2025 08:06:59 +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