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