Commit b82bf69d by huangshunlin

ref 关键字调整

parent c2c46d79
......@@ -163,7 +163,7 @@
<select id="selectRefByTrninr" resultType="java.lang.String">
select
concat(INIFRM ,'-',OWNREF) REF
concat(INIFRM ,'-',OWNREF) "REF"
from trn
where inr in (select prvinr from tro where TRNINR= #{trninr} )
and relflg != 'R' and relflg != 'F' and relflg != 'A'
......@@ -173,7 +173,7 @@
<select id="selectRefByPrvinr" resultType="java.lang.String">
select
concat(INIFRM ,'-',OWNREF) REF
concat(INIFRM ,'-',OWNREF) "REF"
from trn
where inr in (select trninr from tro where prvinr= #{trninr} )
and relflg != 'R'
......
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