From 02f99835fae3433e4b768d267235050a56d1d75a Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 29 Aug 2025 14:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E7=9F=AD=E4=BF=A1=E5=8F=91?= =?UTF-8?q?=E9=80=81=EF=BC=8C=E4=BF=AE=E8=AF=95=E5=85=A5=E5=BA=93=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warningAnalysis/UseMaintenanceWarningMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml index e6f7bcb8..e6df6d49 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml @@ -124,7 +124,7 @@ SELECT - su.user_id, - su.phonenumber + su.user_id as userId, + su.user_name as userName FROM sys_user su LEFT JOIN sys_user_role sr on su.user_id = sr.user_id