style(gear-oa): 删除多余的空格
删除 OaExpressMapper.xml 文件中多余的一个空格,以保持代码格式的一致性和简洁性。
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
oe.last_update_time,
|
||||
oe.del_flag,
|
||||
oe.remark,
|
||||
su.nick_name as ownerName,
|
||||
su.nick_name as ownerName
|
||||
from oa_express oe
|
||||
left join sys_user su on su.user_id = oe.owner_id
|
||||
where express_id = #{expressId}
|
||||
|
||||
Reference in New Issue
Block a user