mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-30 16:10:03 +08:00
update 汇付支付回调
This commit is contained in:
@@ -37,13 +37,13 @@
|
||||
where id = #{id,jdbcType=VARCHAR}
|
||||
</delete>
|
||||
<insert id="insert" keyColumn="id" keyProperty="id" parameterType="com.jsowell.pile.domain.AdapayCallbackRecord" useGeneratedKeys="true">
|
||||
insert into adapay_callback_record (app_id, description, created_time,
|
||||
insert into adapay_callback_record (id, app_id, description, created_time,
|
||||
end_time, expend, fee_amt,
|
||||
order_no, out_trans_id, party_order_id,
|
||||
pay_amt, pay_channel, real_amt,
|
||||
share_eq, `status`, wx_user_id,
|
||||
create_time, del_flag)
|
||||
values (#{appId,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR}, #{createdTime,jdbcType=VARCHAR},
|
||||
values (#{id},#{appId,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR}, #{createdTime,jdbcType=VARCHAR},
|
||||
#{endTime,jdbcType=VARCHAR}, #{expend,jdbcType=OTHER}, #{feeAmt,jdbcType=DECIMAL},
|
||||
#{orderNo,jdbcType=VARCHAR}, #{outTransId,jdbcType=VARCHAR}, #{partyOrderId,jdbcType=VARCHAR},
|
||||
#{payAmt,jdbcType=DECIMAL}, #{payChannel,jdbcType=VARCHAR}, #{realAmt,jdbcType=DECIMAL},
|
||||
|
||||
Reference in New Issue
Block a user