fix: 修复 application list 返回值错误问题
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
cu.id as cu_id,
|
cu.id as cu_id,
|
||||||
cu.name as cu_name,
|
cu.name as cu_name,
|
||||||
uu.id as uu_id,
|
uu.id as uu_id,
|
||||||
uu.id as uu_name
|
uu.name as uu_name
|
||||||
FROM
|
FROM
|
||||||
application app
|
application app
|
||||||
left join sys_user cu on app.create_user_id = cu.id
|
left join sys_user cu on app.create_user_id = cu.id
|
||||||
|
|||||||
Reference in New Issue
Block a user