Commit c8c2c2e2 by jianglong

优化actmapper查询和fxdbizinfovo

parent bfb89eea
...@@ -37,6 +37,9 @@ public class FxdBizInfoVo extends BizInfoVo { ...@@ -37,6 +37,9 @@ public class FxdBizInfoVo extends BizInfoVo {
//结售汇业务的本币的记账账号 fxdgrp.rec.acc2 //结售汇业务的本币的记账账号 fxdgrp.rec.acc2
private String acc2 = NULLSTR; private String acc2 = NULLSTR;
private String acc1 = NULLSTR;
//Rate //Rate
private BigDecimal rat = Decimals.ZERO_SCALE6; private BigDecimal rat = Decimals.ZERO_SCALE6;
//交易主体 //交易主体
......
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
${conditionSql} ${conditionSql}
</select> </select>
<select id="getSerAccByConditionSql" resultMap="BaseResultMap"> <select id="getSerAccByConditionSql" resultType="java.lang.String">
select select
seracc seracc
from act from act
......
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