|
|
@ -58,7 +58,7 @@ public interface HighOrderMapper extends HighOrderMapperExt { |
|
|
|
"profit_sharing_ratio, account_merchant_num, ", |
|
|
|
"profit_sharing_ratio, account_merchant_num, ", |
|
|
|
"product_type, print_status, ", |
|
|
|
"product_type, print_status, ", |
|
|
|
"print_num, whether_check, ", |
|
|
|
"print_num, whether_check, ", |
|
|
|
"is_rebate, region_id, ", |
|
|
|
"whether_rebate, region_id, ", |
|
|
|
"company_id, merch_id, ", |
|
|
|
"company_id, merch_id, ", |
|
|
|
"ext_1, ext_2, ext_3)", |
|
|
|
"ext_1, ext_2, ext_3)", |
|
|
|
"values (#{orderNo,jdbcType=VARCHAR}, #{memDiscountId,jdbcType=BIGINT}, ", |
|
|
|
"values (#{orderNo,jdbcType=VARCHAR}, #{memDiscountId,jdbcType=BIGINT}, ", |
|
|
@ -80,7 +80,7 @@ public interface HighOrderMapper extends HighOrderMapperExt { |
|
|
|
"#{profitSharingRatio,jdbcType=DECIMAL}, #{accountMerchantNum,jdbcType=VARCHAR}, ", |
|
|
|
"#{profitSharingRatio,jdbcType=DECIMAL}, #{accountMerchantNum,jdbcType=VARCHAR}, ", |
|
|
|
"#{productType,jdbcType=INTEGER}, #{printStatus,jdbcType=BIT}, ", |
|
|
|
"#{productType,jdbcType=INTEGER}, #{printStatus,jdbcType=BIT}, ", |
|
|
|
"#{printNum,jdbcType=INTEGER}, #{whetherCheck,jdbcType=BIT}, ", |
|
|
|
"#{printNum,jdbcType=INTEGER}, #{whetherCheck,jdbcType=BIT}, ", |
|
|
|
"#{isRebate,jdbcType=BIT}, #{regionId,jdbcType=VARCHAR}, ", |
|
|
|
"#{whetherRebate,jdbcType=BIT}, #{regionId,jdbcType=VARCHAR}, ", |
|
|
|
"#{companyId,jdbcType=BIGINT}, #{merchId,jdbcType=VARCHAR}, ", |
|
|
|
"#{companyId,jdbcType=BIGINT}, #{merchId,jdbcType=VARCHAR}, ", |
|
|
|
"#{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR})" |
|
|
|
"#{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR})" |
|
|
|
}) |
|
|
|
}) |
|
|
@ -132,7 +132,7 @@ public interface HighOrderMapper extends HighOrderMapperExt { |
|
|
|
@Result(column="print_status", property="printStatus", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="print_status", property="printStatus", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="print_num", property="printNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="print_num", property="printNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="whether_check", property="whetherCheck", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="whether_check", property="whetherCheck", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="is_rebate", property="isRebate", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="whether_rebate", property="whetherRebate", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="region_id", property="regionId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="region_id", property="regionId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="company_id", property="companyId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="company_id", property="companyId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="merch_id", property="merchId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="merch_id", property="merchId", jdbcType=JdbcType.VARCHAR), |
|
|
@ -150,7 +150,7 @@ public interface HighOrderMapper extends HighOrderMapperExt { |
|
|
|
"total_price, create_time, pay_time, cancel_time, cancel_remarks, finish_time, ", |
|
|
|
"total_price, create_time, pay_time, cancel_time, cancel_remarks, finish_time, ", |
|
|
|
"remarks, refund_no, refund_time, refund_price, refund_content, refusal_refund_content, ", |
|
|
|
"remarks, refund_no, refund_time, refund_price, refund_content, refusal_refund_content, ", |
|
|
|
"Identification_code, profit_sharing_status, profit_sharing_ratio, account_merchant_num, ", |
|
|
|
"Identification_code, profit_sharing_status, profit_sharing_ratio, account_merchant_num, ", |
|
|
|
"product_type, print_status, print_num, whether_check, is_rebate, region_id, ", |
|
|
|
"product_type, print_status, print_num, whether_check, whether_rebate, region_id, ", |
|
|
|
"company_id, merch_id, ext_1, ext_2, ext_3", |
|
|
|
"company_id, merch_id, ext_1, ext_2, ext_3", |
|
|
|
"from high_order", |
|
|
|
"from high_order", |
|
|
|
"where id = #{id,jdbcType=BIGINT}" |
|
|
|
"where id = #{id,jdbcType=BIGINT}" |
|
|
@ -195,7 +195,7 @@ public interface HighOrderMapper extends HighOrderMapperExt { |
|
|
|
@Result(column="print_status", property="printStatus", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="print_status", property="printStatus", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="print_num", property="printNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="print_num", property="printNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="whether_check", property="whetherCheck", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="whether_check", property="whetherCheck", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="is_rebate", property="isRebate", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="whether_rebate", property="whetherRebate", jdbcType=JdbcType.BIT), |
|
|
|
@Result(column="region_id", property="regionId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="region_id", property="regionId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="company_id", property="companyId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="company_id", property="companyId", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="merch_id", property="merchId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="merch_id", property="merchId", jdbcType=JdbcType.VARCHAR), |
|
|
@ -254,7 +254,7 @@ public interface HighOrderMapper extends HighOrderMapperExt { |
|
|
|
"print_status = #{printStatus,jdbcType=BIT},", |
|
|
|
"print_status = #{printStatus,jdbcType=BIT},", |
|
|
|
"print_num = #{printNum,jdbcType=INTEGER},", |
|
|
|
"print_num = #{printNum,jdbcType=INTEGER},", |
|
|
|
"whether_check = #{whetherCheck,jdbcType=BIT},", |
|
|
|
"whether_check = #{whetherCheck,jdbcType=BIT},", |
|
|
|
"is_rebate = #{isRebate,jdbcType=BIT},", |
|
|
|
"whether_rebate = #{whetherRebate,jdbcType=BIT},", |
|
|
|
"region_id = #{regionId,jdbcType=VARCHAR},", |
|
|
|
"region_id = #{regionId,jdbcType=VARCHAR},", |
|
|
|
"company_id = #{companyId,jdbcType=BIGINT},", |
|
|
|
"company_id = #{companyId,jdbcType=BIGINT},", |
|
|
|
"merch_id = #{merchId,jdbcType=VARCHAR},", |
|
|
|
"merch_id = #{merchId,jdbcType=VARCHAR},", |
|
|
|