|
@@ -373,7 +373,7 @@ calender_id_,create_time_,create_by_,update_time_,update_by_,tenant_id_,type_
|
|
per_amount_,
|
|
per_amount_,
|
|
balance_payment_amount_, remit_fee_, course_remit_fee_, trans_no_,
|
|
balance_payment_amount_, remit_fee_, course_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_, mer_nos_, order_no_, music_group_id_, class_group_id_, pay_time_,tenant_id_,cooperation_id_)
|
|
|
|
|
|
+ payment_account_no_, mer_nos_, order_no_, music_group_id_, class_group_id_, pay_time_,tenant_id_,cooperation_id_,calender_id_)
|
|
VALUES (#{id}, #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
VALUES (#{id}, #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
#{userId}, #{organId}, #{routingOrganId},
|
|
#{userId}, #{organId}, #{routingOrganId},
|
|
#{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
#{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
@@ -382,7 +382,7 @@ calender_id_,create_time_,create_by_,update_time_,update_by_,tenant_id_,type_
|
|
#{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{memo}, #{createTime}, now(),
|
|
#{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{memo}, #{createTime}, now(),
|
|
#{paymentChannel}, #{paymentBusinessChannel}, #{paymentAccountNo}, #{merNos}, #{orderNo},
|
|
#{paymentChannel}, #{paymentBusinessChannel}, #{paymentAccountNo}, #{merNos}, #{orderNo},
|
|
#{musicGroupId},
|
|
#{musicGroupId},
|
|
- #{classGroupId}, #{payTime},#{tenantId},#{cooperationId})
|
|
|
|
|
|
+ #{classGroupId}, #{payTime},#{tenantId},#{cooperationId},#{calenderId})
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
<select id="queryAuditCount" parameterType="map" resultType="int">
|
|
<select id="queryAuditCount" parameterType="map" resultType="int">
|