|
@@ -42,7 +42,7 @@
|
|
|
agent_id, with_amt, apply_time,
|
|
|
trans_time, with_name, bank_no,
|
|
|
bank_name, bank_address, with_status,
|
|
|
- with_fee, with_msg, with_amt_rMB, with_fee_rMB)
|
|
|
+ with_fee, with_msg, with_amt_rMB, with_fee_rMB ,agent_name, phone)
|
|
|
values (#{id,jdbcType=INTEGER}, #{userId,jdbcType=INTEGER}, #{nickName,jdbcType=VARCHAR},
|
|
|
#{agentId,jdbcType=INTEGER}, #{withAmt,jdbcType=DECIMAL}, #{applyTime,jdbcType=TIMESTAMP},
|
|
|
#{transTime,jdbcType=TIMESTAMP}, #{withName,jdbcType=VARCHAR}, #{bankNo,jdbcType=VARCHAR},
|
|
@@ -202,7 +202,7 @@
|
|
|
with_fee_rMB = #{withFeeRMB,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="agentName != null" >
|
|
|
- agen_name = #{agentName,jdbcType=VARCHAR},
|
|
|
+ agent_name = #{agentName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="phone != null" >
|
|
|
phone = #{phone,jdbcType=VARCHAR},
|