fix 79632 【全局】系统中关于人员展示,有的地方用的中文括号,有的地方用的英文括号

This commit is contained in:
lijiarao
2024-01-26 15:04:10 +08:00
parent ceaadfdae3
commit f3c7849ea1
2 changed files with 3 additions and 3 deletions
@@ -217,7 +217,7 @@
</select>
<select id="translateUserRealNameFromTable" resultType="java.lang.String">
select concat(realname,'',username,'') from sys_user
select concat(realname,'(',username,')') from sys_user
where id = #{id}
</select>