From 63a661a78e1999423ea7d94277a645ed4b9e7e6d Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期五, 25 八月 2023 15:22:23 +0800 Subject: [PATCH] 优化minio工具类和其他工具类位置 优化派警管理列表分页问题 --- ruoyi-system/src/main/resources/mapper/system/SysConfigMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysConfigMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysConfigMapper.xml index 102ad7f..b40ff8b 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysConfigMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysConfigMapper.xml @@ -113,5 +113,9 @@ #{configId} </foreach> </delete> + + <select id="selectByType" parameterType="String" resultMap="SysConfigResult"> + select * from sys_config where config_key = #{sysType} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3