|
|
|
@ -47,6 +47,7 @@ public interface HighGasOrderMapper extends HighGasOrderMapperExt { |
|
|
|
|
"store_name, store_address, ", |
|
|
|
|
"total_deduction_price, deduction_coupon_price, ", |
|
|
|
|
"deduction_product_price, payable_price, ", |
|
|
|
|
"mem_card_type, mem_card_no, ", |
|
|
|
|
"pay_gold, pay_price, ", |
|
|
|
|
"gas_refuel_price, gas_car_license_plate, ", |
|
|
|
|
"gas_oil_no, gas_gun_no, ", |
|
|
|
@ -76,6 +77,7 @@ public interface HighGasOrderMapper extends HighGasOrderMapperExt { |
|
|
|
|
"#{storeName,jdbcType=VARCHAR}, #{storeAddress,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{totalDeductionPrice,jdbcType=DECIMAL}, #{deductionCouponPrice,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{deductionProductPrice,jdbcType=DECIMAL}, #{payablePrice,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{memCardType,jdbcType=INTEGER}, #{memCardNo,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{payGold,jdbcType=INTEGER}, #{payPrice,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{gasRefuelPrice,jdbcType=DECIMAL}, #{gasCarLicensePlate,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{gasOilNo,jdbcType=VARCHAR}, #{gasGunNo,jdbcType=VARCHAR}, ", |
|
|
|
@ -125,6 +127,8 @@ public interface HighGasOrderMapper extends HighGasOrderMapperExt { |
|
|
|
|
@Result(column="deduction_coupon_price", property="deductionCouponPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="deduction_product_price", property="deductionProductPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="payable_price", property="payablePrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="mem_card_type", property="memCardType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="mem_card_no", property="memCardNo", jdbcType=JdbcType.VARCHAR), |
|
|
|
|
@Result(column="pay_gold", property="payGold", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="pay_price", property="payPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="gas_refuel_price", property="gasRefuelPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@ -176,10 +180,10 @@ public interface HighGasOrderMapper extends HighGasOrderMapperExt { |
|
|
|
|
"id, order_no, child_order_no, channel_type, channel_order_no, mem_id, mem_phone, ", |
|
|
|
|
"company_id, company_name, mer_id, mer_name, store_id, store_name, store_address, ", |
|
|
|
|
"total_deduction_price, deduction_coupon_price, deduction_product_price, payable_price, ", |
|
|
|
|
"pay_gold, pay_price, gas_refuel_price, gas_car_license_plate, gas_oil_no, gas_gun_no, ", |
|
|
|
|
"gas_oil_type, gas_price_platform, gas_price_gun, gas_price_vip, gas_price_official, ", |
|
|
|
|
"gas_price_cost, gas_price_cost_total, gas_price_channel_pay, gas_oil_liters, ", |
|
|
|
|
"gas_discount, gas_oil_subsidy, gas_liters_preferences, gas_price_preferences, ", |
|
|
|
|
"mem_card_type, mem_card_no, pay_gold, pay_price, gas_refuel_price, gas_car_license_plate, ", |
|
|
|
|
"gas_oil_no, gas_gun_no, gas_oil_type, gas_price_platform, gas_price_gun, gas_price_vip, ", |
|
|
|
|
"gas_price_official, gas_price_cost, gas_price_cost_total, gas_price_channel_pay, ", |
|
|
|
|
"gas_oil_liters, gas_discount, gas_oil_subsidy, gas_liters_preferences, gas_price_preferences, ", |
|
|
|
|
"gas_class_group_id, gas_class_group_name, gas_class_group_task_id, gas_staff_id, ", |
|
|
|
|
"gas_staff_name, gas_salesman_id, gas_salesman_name, gas_agent_id, gas_agent_name, ", |
|
|
|
|
"gas_org_id, gas_org_name, pay_type, `status`, create_time, cancel_time, pay_time, ", |
|
|
|
@ -206,6 +210,8 @@ public interface HighGasOrderMapper extends HighGasOrderMapperExt { |
|
|
|
|
@Result(column="deduction_coupon_price", property="deductionCouponPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="deduction_product_price", property="deductionProductPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="payable_price", property="payablePrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="mem_card_type", property="memCardType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="mem_card_no", property="memCardNo", jdbcType=JdbcType.VARCHAR), |
|
|
|
|
@Result(column="pay_gold", property="payGold", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="pay_price", property="payPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="gas_refuel_price", property="gasRefuelPrice", jdbcType=JdbcType.DECIMAL), |
|
|
|
@ -280,6 +286,8 @@ public interface HighGasOrderMapper extends HighGasOrderMapperExt { |
|
|
|
|
"deduction_coupon_price = #{deductionCouponPrice,jdbcType=DECIMAL},", |
|
|
|
|
"deduction_product_price = #{deductionProductPrice,jdbcType=DECIMAL},", |
|
|
|
|
"payable_price = #{payablePrice,jdbcType=DECIMAL},", |
|
|
|
|
"mem_card_type = #{memCardType,jdbcType=INTEGER},", |
|
|
|
|
"mem_card_no = #{memCardNo,jdbcType=VARCHAR},", |
|
|
|
|
"pay_gold = #{payGold,jdbcType=INTEGER},", |
|
|
|
|
"pay_price = #{payPrice,jdbcType=DECIMAL},", |
|
|
|
|
"gas_refuel_price = #{gasRefuelPrice,jdbcType=DECIMAL},", |
|
|
|
|