|
|
|
@ -50,16 +50,16 @@ public interface BsOrderMeituanMapper extends BsOrderMeituanMapperExt { |
|
|
|
|
"coupon_discount_price, integral_discount_price, ", |
|
|
|
|
"platform_code, pay_real_price, ", |
|
|
|
|
"ent_pay_amount, business_discount_pay_amount, ", |
|
|
|
|
"service_fee_amount, pay_channel, ", |
|
|
|
|
"pay_serial_no, pay_type, ", |
|
|
|
|
"`status`, meituan_status, ", |
|
|
|
|
"staff_info, business_info, ", |
|
|
|
|
"trade_expiring_time, create_time, ", |
|
|
|
|
"pay_time, cancel_time, ", |
|
|
|
|
"refund_time, finish_time, ", |
|
|
|
|
"update_time, exception_status, ", |
|
|
|
|
"exception_msg, ext_1, ", |
|
|
|
|
"ext_2, ext_3)", |
|
|
|
|
"service_fee_amount, service_price, ", |
|
|
|
|
"pay_channel, pay_serial_no, ", |
|
|
|
|
"pay_type, `status`, ", |
|
|
|
|
"meituan_status, staff_info, ", |
|
|
|
|
"business_info, trade_expiring_time, ", |
|
|
|
|
"create_time, pay_time, ", |
|
|
|
|
"cancel_time, refund_time, ", |
|
|
|
|
"finish_time, update_time, ", |
|
|
|
|
"exception_status, exception_msg, ", |
|
|
|
|
"ext_1, ext_2, ext_3)", |
|
|
|
|
"values (#{orderNo,jdbcType=VARCHAR}, #{childOrderNo,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{tradeNo,jdbcType=VARCHAR}, #{sqtBizOrderId,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{merId,jdbcType=BIGINT}, #{merName,jdbcType=VARCHAR}, #{userId,jdbcType=BIGINT}, ", |
|
|
|
@ -71,16 +71,16 @@ public interface BsOrderMeituanMapper extends BsOrderMeituanMapperExt { |
|
|
|
|
"#{couponDiscountPrice,jdbcType=DECIMAL}, #{integralDiscountPrice,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{platformCode,jdbcType=VARCHAR}, #{payRealPrice,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{entPayAmount,jdbcType=DECIMAL}, #{businessDiscountPayAmount,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{serviceFeeAmount,jdbcType=DECIMAL}, #{payChannel,jdbcType=INTEGER}, ", |
|
|
|
|
"#{paySerialNo,jdbcType=VARCHAR}, #{payType,jdbcType=INTEGER}, ", |
|
|
|
|
"#{status,jdbcType=INTEGER}, #{meituanStatus,jdbcType=INTEGER}, ", |
|
|
|
|
"#{staffInfo,jdbcType=VARCHAR}, #{businessInfo,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{tradeExpiringTime,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{payTime,jdbcType=TIMESTAMP}, #{cancelTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{refundTime,jdbcType=TIMESTAMP}, #{finishTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{updateTime,jdbcType=TIMESTAMP}, #{exceptionStatus,jdbcType=BIT}, ", |
|
|
|
|
"#{exceptionMsg,jdbcType=VARCHAR}, #{ext1,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR})" |
|
|
|
|
"#{serviceFeeAmount,jdbcType=DECIMAL}, #{servicePrice,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{payChannel,jdbcType=INTEGER}, #{paySerialNo,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{payType,jdbcType=INTEGER}, #{status,jdbcType=INTEGER}, ", |
|
|
|
|
"#{meituanStatus,jdbcType=INTEGER}, #{staffInfo,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{businessInfo,jdbcType=VARCHAR}, #{tradeExpiringTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{createTime,jdbcType=TIMESTAMP}, #{payTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{cancelTime,jdbcType=TIMESTAMP}, #{refundTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{finishTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{exceptionStatus,jdbcType=BIT}, #{exceptionMsg,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR})" |
|
|
|
|
}) |
|
|
|
|
@Options(useGeneratedKeys=true,keyProperty="id") |
|
|
|
|
int insert(BsOrderMeituan record); |
|
|
|
@ -116,6 +116,7 @@ public interface BsOrderMeituanMapper extends BsOrderMeituanMapperExt { |
|
|
|
|
@Result(column="ent_pay_amount", property="entPayAmount", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="business_discount_pay_amount", property="businessDiscountPayAmount", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="service_fee_amount", property="serviceFeeAmount", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="service_price", property="servicePrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="pay_channel", property="payChannel", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="pay_serial_no", property="paySerialNo", jdbcType=JdbcType.VARCHAR), |
|
|
|
|
@Result(column="pay_type", property="payType", jdbcType=JdbcType.INTEGER), |
|
|
|
@ -144,10 +145,10 @@ public interface BsOrderMeituanMapper extends BsOrderMeituanMapperExt { |
|
|
|
|
"user_id, user_phone, first_business_type, second_business_type, ent_id, img, ", |
|
|
|
|
"goods_name, trace_id, goods_count, total_price, total_deduction_price, coupon_discount_price, ", |
|
|
|
|
"integral_discount_price, platform_code, pay_real_price, ent_pay_amount, business_discount_pay_amount, ", |
|
|
|
|
"service_fee_amount, pay_channel, pay_serial_no, pay_type, `status`, meituan_status, ", |
|
|
|
|
"staff_info, business_info, trade_expiring_time, create_time, pay_time, cancel_time, ", |
|
|
|
|
"refund_time, finish_time, update_time, exception_status, exception_msg, ext_1, ", |
|
|
|
|
"ext_2, ext_3", |
|
|
|
|
"service_fee_amount, service_price, pay_channel, pay_serial_no, pay_type, `status`, ", |
|
|
|
|
"meituan_status, staff_info, business_info, trade_expiring_time, create_time, ", |
|
|
|
|
"pay_time, cancel_time, refund_time, finish_time, update_time, exception_status, ", |
|
|
|
|
"exception_msg, ext_1, ext_2, ext_3", |
|
|
|
|
"from bs_order_meituan", |
|
|
|
|
"where id = #{id,jdbcType=BIGINT}" |
|
|
|
|
}) |
|
|
|
@ -177,6 +178,7 @@ public interface BsOrderMeituanMapper extends BsOrderMeituanMapperExt { |
|
|
|
|
@Result(column="ent_pay_amount", property="entPayAmount", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="business_discount_pay_amount", property="businessDiscountPayAmount", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="service_fee_amount", property="serviceFeeAmount", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="service_price", property="servicePrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="pay_channel", property="payChannel", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="pay_serial_no", property="paySerialNo", jdbcType=JdbcType.VARCHAR), |
|
|
|
|
@Result(column="pay_type", property="payType", jdbcType=JdbcType.INTEGER), |
|
|
|
@ -234,6 +236,7 @@ public interface BsOrderMeituanMapper extends BsOrderMeituanMapperExt { |
|
|
|
|
"ent_pay_amount = #{entPayAmount,jdbcType=DECIMAL},", |
|
|
|
|
"business_discount_pay_amount = #{businessDiscountPayAmount,jdbcType=DECIMAL},", |
|
|
|
|
"service_fee_amount = #{serviceFeeAmount,jdbcType=DECIMAL},", |
|
|
|
|
"service_price = #{servicePrice,jdbcType=DECIMAL},", |
|
|
|
|
"pay_channel = #{payChannel,jdbcType=INTEGER},", |
|
|
|
|
"pay_serial_no = #{paySerialNo,jdbcType=VARCHAR},", |
|
|
|
|
"pay_type = #{payType,jdbcType=INTEGER},", |
|
|
|
|