Commit c8c2c2e2 by jianglong

优化actmapper查询和fxdbizinfovo

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