From 8ea6f6fd6f659768662b670455e54ffd54b04298 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期三, 19 三月 2025 10:58:03 +0800 Subject: [PATCH] 解决报告生成问题, 去除验证码 --- ruoyi-system/src/main/resources/mapper/system/UserMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml index f16af39..400ae9a 100644 --- a/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml @@ -25,7 +25,7 @@ is_custom from user where del_flag = '0' - and id != ) a + and id != 1) a <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''"> ${ew.customSqlSegment} </if> -- Gitblit v1.9.3