|
@@ -84,14 +84,15 @@
|
|
keyColumn="id" keyProperty="id">
|
|
keyColumn="id" keyProperty="id">
|
|
INSERT INTO student_payment_order
|
|
INSERT INTO student_payment_order
|
|
(id_, group_type_, user_id_,organ_id_, type_, expect_amount_, actual_amount_, com_amount_, per_amount_,
|
|
(id_, group_type_, user_id_,organ_id_, type_, expect_amount_, actual_amount_, com_amount_, per_amount_,
|
|
- balance_payment_amount_, trans_no_,
|
|
|
|
|
|
+ balance_payment_amount_, remit_fee_, trans_no_,
|
|
status_, memo_, create_time_, update_time_, payment_channel_, payment_business_channel_,
|
|
status_, memo_, create_time_, update_time_, payment_channel_, payment_business_channel_,
|
|
- payment_account_no_, order_no_, music_group_id_, class_group_id_)
|
|
|
|
|
|
+ payment_account_no_, mer_nos_, order_no_, music_group_id_, class_group_id_)
|
|
VALUES (#{id}, #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
VALUES (#{id}, #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
#{userId},#{organId}, #{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
#{userId},#{organId}, #{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
- #{expectAmount}, #{actualAmount}, #{comAmount}, #{perAmount}, #{balancePaymentAmount}, #{transNo},
|
|
|
|
|
|
+ #{expectAmount}, #{actualAmount}, #{comAmount}, #{perAmount}, #{balancePaymentAmount},
|
|
|
|
+ #{remitFee}, #{transNo},
|
|
#{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{memo}, now(), now(),
|
|
#{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{memo}, now(), now(),
|
|
- #{paymentChannel}, #{paymentBusinessChannel}, #{paymentAccountNo}, #{orderNo}, #{musicGroupId},
|
|
|
|
|
|
+ #{paymentChannel}, #{paymentBusinessChannel}, #{paymentAccountNo}, #{merNos}, #{orderNo}, #{musicGroupId},
|
|
#{classGroupId})
|
|
#{classGroupId})
|
|
</insert>
|
|
</insert>
|
|
|
|
|