From 00aa86dff7e10423ca2d1fbaa9db034596c49133 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Tue, 19 Mar 2024 09:33:40 +0800 Subject: [PATCH] update mapper.xml --- .../main/resources/mapper/system/SysConfigMapper.xml | 10 +++++----- .../main/resources/mapper/system/SysDictDataMapper.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/jsowell-system/src/main/resources/mapper/system/SysConfigMapper.xml b/jsowell-system/src/main/resources/mapper/system/SysConfigMapper.xml index b8497000c..6ff96b5e2 100644 --- a/jsowell-system/src/main/resources/mapper/system/SysConfigMapper.xml +++ b/jsowell-system/src/main/resources/mapper/system/SysConfigMapper.xml @@ -4,7 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - + @@ -33,12 +33,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - - @@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where config_key = #{configKey} limit 1 - + insert into sys_config ( config_name, config_key, @@ -84,7 +84,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) - + update sys_config config_name = #{configName}, diff --git a/jsowell-system/src/main/resources/mapper/system/SysDictDataMapper.xml b/jsowell-system/src/main/resources/mapper/system/SysDictDataMapper.xml index b96ca9f24..32caabfe4 100644 --- a/jsowell-system/src/main/resources/mapper/system/SysDictDataMapper.xml +++ b/jsowell-system/src/main/resources/mapper/system/SysDictDataMapper.xml @@ -4,7 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - + @@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from sys_dict_data - @@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" order by dict_sort asc - where status = '0' and dict_type = #{dictType} order by dict_sort asc @@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + update sys_dict_data dict_sort = #{dictSort}, @@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update sys_dict_data set dict_type = #{newDictType} where dict_type = #{oldDictType} - + insert into sys_dict_data( dict_sort, dict_label,