diff --git a/src/main/resources/db/mapper/app/ApplicationSignatureMapper.xml b/src/main/resources/db/mapper/app/ApplicationSignatureMapper.xml
index 113afc2..c065470 100644
--- a/src/main/resources/db/mapper/app/ApplicationSignatureMapper.xml
+++ b/src/main/resources/db/mapper/app/ApplicationSignatureMapper.xml
@@ -22,7 +22,7 @@
asg.*,
cu.id as c_id,
cu.name as c_name,
- cu.user_name as c_user_name,
+ cu.user_name as c_user_name
FROM
application_signature asg
left join sys_user cu on asg.create_user_id = cu.id
diff --git a/src/main/resources/db/mapper/device/EnvironmentMapper.xml b/src/main/resources/db/mapper/device/EnvironmentMapper.xml
index b395e36..fe35323 100644
--- a/src/main/resources/db/mapper/device/EnvironmentMapper.xml
+++ b/src/main/resources/db/mapper/device/EnvironmentMapper.xml
@@ -19,11 +19,13 @@
+
+
@@ -40,9 +42,11 @@
cu.id AS cu_id,
cu.name AS cu_name,
+ cu.user_name AS cu_user_name,
uu.id AS uu_id,
uu.name AS uu_name,
+ uu.user_name AS uu_user_name,
es.user_id AS u_id,
u.name AS u_name,