|
|
@@ -24,6 +24,7 @@
|
|
|
<result column="bk_spending" property="bk_spending" jdbcType="DOUBLE" />
|
|
|
<result column="bk_income" property="bk_income" jdbcType="DOUBLE" />
|
|
|
<result column="bk_currency" property="bk_currency" jdbcType="VARCHAR" />
|
|
|
+ <result column="cr_rate" property="cr_rate" jdbcType="DOUBLE" />
|
|
|
</resultMap>
|
|
|
<resultMap id="ResultMapWithBLOBs" type="com.usoftchina.saas.document.entities.Bankinformation" extends="BaseResultMap" >
|
|
|
<result column="bk_remark" property="bk_remark" jdbcType="LONGVARCHAR" />
|
|
|
@@ -31,7 +32,7 @@
|
|
|
<sql id="Base_Column_List" >
|
|
|
bk_id, bk_bankcode, bk_bankname, bk_date, bk_type, bk_beginamount, bk_thisamount,
|
|
|
bk_status, bk_statuscode, bk_ym, bankinformation.companyid companyid,
|
|
|
- bankinformation.updaterId updaterId, bankinformation.updateTime updateTime, bk_text1, bk_text2, bk_text3, bk_text4, bk_text5, bk_remark,bk_currency
|
|
|
+ bankinformation.updaterId updaterId, bankinformation.updateTime updateTime, bk_text1, bk_text2, bk_text3, bk_text4, bk_text5, bk_remark,bk_currency,cr_rate
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List" >
|
|
|
bk_remark
|