From 903dd6212a8be33f43dcaf90f91d39cc710a9821 Mon Sep 17 00:00:00 2001 From: chenlinghy Date: Thu, 7 Sep 2023 21:49:59 +0800 Subject: [PATCH] bug fix --- src/main/resources/mappers/SystemConfigMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/SystemConfigMapper.xml b/src/main/resources/mappers/SystemConfigMapper.xml index 3d984ac..a482227 100644 --- a/src/main/resources/mappers/SystemConfigMapper.xml +++ b/src/main/resources/mappers/SystemConfigMapper.xml @@ -14,7 +14,7 @@ ignore into system_config(name, value) values ( #{name}, - #{vale} + #{value} )