From df664354924fdb716f692a4554c67dac67dd0b4b Mon Sep 17 00:00:00 2001 From: zhangshuai Date: Fri, 30 Aug 2024 13:40:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20application=20list?= =?UTF-8?q?=20=E8=BF=94=E5=9B=9E=E5=80=BC=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/db/mapper/app/ApplicationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/mapper/app/ApplicationMapper.xml b/src/main/resources/db/mapper/app/ApplicationMapper.xml index 04ead44..e3ade91 100644 --- a/src/main/resources/db/mapper/app/ApplicationMapper.xml +++ b/src/main/resources/db/mapper/app/ApplicationMapper.xml @@ -36,7 +36,7 @@ cu.id as cu_id, cu.name as cu_name, uu.id as uu_id, - uu.id as uu_name + uu.name as uu_name FROM application app left join sys_user cu on app.create_user_id = cu.id