diff --git a/src/main/resources/db/mapper/attribute/AttributeMapper.xml b/src/main/resources/db/mapper/attribute/AttributeMapper.xml index 060d1f3..0150031 100644 --- a/src/main/resources/db/mapper/attribute/AttributeMapper.xml +++ b/src/main/resources/db/mapper/attribute/AttributeMapper.xml @@ -17,11 +17,13 @@ + + @@ -30,8 +32,10 @@ ad.*, c.id as c_id, c.name as c_name, + c.user_name as c_user_name, u.id as u_id, - u.id as u_name + u.name as u_name, + u.user_name as u_user_name FROM attribute_dict ad left join sys_user c on ad.create_user_id = c.id