|
|
@@ -42,6 +42,7 @@
|
|
|
<result column="rb_auditman" property="rb_auditman" jdbcType="VARCHAR" />
|
|
|
<result column="rb_auditdate" property="rb_auditdate" jdbcType="TIMESTAMP" />
|
|
|
<result column="rb_amount" property="rb_amount" jdbcType="DOUBLE" />
|
|
|
+ <result column="rd_paycode" property="rd_paycode" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
|
<where>
|
|
|
@@ -112,7 +113,7 @@
|
|
|
cu_leftamount
|
|
|
</sql>
|
|
|
<sql id="detail_Column_List">
|
|
|
- rd_bankname,rd_amount,rd_paymethod,rd_paycode,rd_remark
|
|
|
+ rd_bankname,rd_amount,rd_paymethod,rd_paycode,rd_remark,rd_paycode
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectByExample" parameterType="com.usoftchina.saas.money.po.RecbalanceExample" resultMap="BaseResultMap">
|