fix 79632 【全局】系统中关于人员展示,有的地方用的中文括号,有的地方用的英文括号
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="translateUserRealNameFromTable" resultType="java.lang.String">
|
<select id="translateUserRealNameFromTable" resultType="java.lang.String">
|
||||||
select concat(realname,'(',username,')') from sys_user
|
select concat(realname,'(',username,')') from sys_user
|
||||||
where id = #{id}
|
where id = #{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -144,7 +144,7 @@
|
|||||||
<select id="getScoreList"
|
<select id="getScoreList"
|
||||||
resultType="com.jero.modules.laws.enterprise.entity.EnterpriseStandardRmrEvaluateDetail">
|
resultType="com.jero.modules.laws.enterprise.entity.EnterpriseStandardRmrEvaluateDetail">
|
||||||
SELECT
|
SELECT
|
||||||
CONCAT(u.realname, '(', u.username, ')') AS adjudicatorName,
|
CONCAT(u.realname, '(', u.username, ')') AS adjudicatorName,
|
||||||
d.evaluate_item,
|
d.evaluate_item,
|
||||||
d.evaluate_score,
|
d.evaluate_score,
|
||||||
d.deduction_score_reason
|
d.deduction_score_reason
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
<select id="getScoreListByStandardNo"
|
<select id="getScoreListByStandardNo"
|
||||||
resultType="com.jero.modules.laws.enterprise.entity.EnterpriseStandardRmrEvaluateDetail">
|
resultType="com.jero.modules.laws.enterprise.entity.EnterpriseStandardRmrEvaluateDetail">
|
||||||
SELECT
|
SELECT
|
||||||
CONCAT(u.realname, '(', u.username, ')') AS adjudicatorName,
|
CONCAT(u.realname, '(', u.username, ')') AS adjudicatorName,
|
||||||
d.evaluate_item,
|
d.evaluate_item,
|
||||||
d.evaluate_score,
|
d.evaluate_score,
|
||||||
d.deduction_score_reason
|
d.deduction_score_reason
|
||||||
|
|||||||
Reference in New Issue
Block a user