Commit 49ce0863 by huangshunlin

关闭act接口服务,tsr sql修正

parent b82bf69d
...@@ -37,7 +37,7 @@ srvnam0=account ...@@ -37,7 +37,7 @@ srvnam0=account
mode0=s mode0=s
code0=7759 code0=7759
fgf0=| fgf0=|
open0=Y open0=S
[RBACCOUNT] [RBACCOUNT]
srvnam0=account srvnam0=account
......
...@@ -187,8 +187,11 @@ ...@@ -187,8 +187,11 @@
AND objinr = #{objinr,jdbcType=VARCHAR} AND objinr = #{objinr,jdbcType=VARCHAR}
</select> </select>
<select id="selectAllUsrByTrninr" resultType="String"> <select id="selectAllUsrByTrninr" resultType="String">
SELECT GROUP_CONCAT(DISTINCT usr) usrs FROM trs where objtyp='TRN' AND objinr =#{objinr,jdbcType=VARCHAR} GROUP BY objinr SELECT LISTAGG(DISTINCT usr,',') usrs FROM trs where objtyp='TRN' AND objinr =#{objinr,jdbcType=VARCHAR} GROUP BY objinr
</select> </select>
<!--<select id="selectAllUsrByTrninr" resultType="String">
SELECT GROUP_CONCAT(DISTINCT usr) usrs FROM trs where objtyp='TRN' AND objinr =#{objinr,jdbcType=VARCHAR} GROUP BY objinr
</select>-->
<select id="selectByObjtypAndObjinrAndSigidx" resultMap="BaseResultMap"> <select id="selectByObjtypAndObjinrAndSigidx" resultMap="BaseResultMap">
select select
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment