From 6630f68a1e3ffb1756b06d9b3f0b8d4a6c53def6 Mon Sep 17 00:00:00 2001
From: hxr <1490493387@qq.com>
Date: Tue, 25 Jun 2024 00:11:19 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=BB=E8=BE=91=E5=88=A0=E9=99=A4?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E6=9C=AA=E5=90=8C=E6=AD=A5=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/SysUserMapper.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/mapper/SysUserMapper.xml b/src/main/resources/mapper/SysUserMapper.xml
index 83053c5e..84617342 100644
--- a/src/main/resources/mapper/SysUserMapper.xml
+++ b/src/main/resources/mapper/SysUserMapper.xml
@@ -58,7 +58,7 @@
-
+
@@ -124,7 +124,7 @@
CASE u.gender
WHEN 1 THEN '男'
WHEN 2 THEN '女'
- ELSE '未知'
+ ELSE '保密'
END gender,
d.NAME AS dept_name,
u.create_time