From 79721e5bd31c996ae45934d37b01e38747fbb77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E9=87=91=E6=B3=BD?= <1098696801@qq.com> Date: Sat, 25 Mar 2023 16:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=AD=E5=BF=83=E8=83=BD?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E7=A9=BA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/magic-api/api/系统管理/配置中心/保存.ms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/magic-api/api/系统管理/配置中心/保存.ms b/data/magic-api/api/系统管理/配置中心/保存.ms index 315051a..9ca64fe 100644 --- a/data/magic-api/api/系统管理/配置中心/保存.ms +++ b/data/magic-api/api/系统管理/配置中心/保存.ms @@ -5,7 +5,7 @@ "groupId" : "0295f2b4af9145f5a0ea29fa4b797214", "name" : "保存", "createTime" : null, - "updateTime" : 1653129238531, + "updateTime" : 1679725946724, "lock" : null, "createBy" : null, "updateBy" : null, @@ -218,4 +218,4 @@ import org.ssssssss.magicapi.modules.db.cache.SqlCache SqlCache.delete(`configure:${configureKey}${configureCondition}`) SqlCache.delete(`configure:${configureKey}`) -return db.table('sys_configure').primary('id').saveOrUpdate(data) +return db.table('sys_configure').primary('id').withBlank().saveOrUpdate(data)