@ -50,6 +50,7 @@ public interface BsGasOrderMapper extends BsGasOrderMapperExt {
"deduction_coupon_price, deduction_oil_price, " ,
"pay_integral, payable_price, " ,
"actual_pay_price, gas_refuel_price, " ,
"gas_settle_price, gas_agent_settle_price, " ,
"gas_service_fee_rate, gas_service_fee_price, " ,
"gas_oil_no, gas_gun_no, " ,
"gas_oil_type, gas_price_official, " ,
@ -80,6 +81,7 @@ public interface BsGasOrderMapper extends BsGasOrderMapperExt {
"#{deductionCouponPrice,jdbcType=DECIMAL}, #{deductionOilPrice,jdbcType=DECIMAL}, " ,
"#{payIntegral,jdbcType=BIGINT}, #{payablePrice,jdbcType=DECIMAL}, " ,
"#{actualPayPrice,jdbcType=DECIMAL}, #{gasRefuelPrice,jdbcType=DECIMAL}, " ,
"#{gasSettlePrice,jdbcType=DECIMAL}, #{gasAgentSettlePrice,jdbcType=DECIMAL}, " ,
"#{gasServiceFeeRate,jdbcType=DECIMAL}, #{gasServiceFeePrice,jdbcType=DECIMAL}, " ,
"#{gasOilNo,jdbcType=VARCHAR}, #{gasGunNo,jdbcType=VARCHAR}, " ,
"#{gasOilType,jdbcType=INTEGER}, #{gasPriceOfficial,jdbcType=DECIMAL}, " ,
@ -133,6 +135,8 @@ public interface BsGasOrderMapper extends BsGasOrderMapperExt {
@Result ( column = "payable_price" , property = "payablePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "actual_pay_price" , property = "actualPayPrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_refuel_price" , property = "gasRefuelPrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_settle_price" , property = "gasSettlePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_agent_settle_price" , property = "gasAgentSettlePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_service_fee_rate" , property = "gasServiceFeeRate" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_service_fee_price" , property = "gasServiceFeePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_oil_no" , property = "gasOilNo" , jdbcType = JdbcType . VARCHAR ) ,
@ -181,14 +185,14 @@ public interface BsGasOrderMapper extends BsGasOrderMapperExt {
"agent_staff_id, agent_staff_name, user_id, user_phone, mer_chain_brand_id, mer_chain_brand_name, " ,
"mer_id, mer_no, mer_name, mer_address, total_deduction_price, deduction_coupon_price, " ,
"deduction_oil_price, pay_integral, payable_price, actual_pay_price, gas_refuel_price, " ,
"gas_service_fee_rate, gas_service_fee_price, gas_oil_no, gas_gun_no, gas_oil_typ e, " ,
"gas_price_official, gas_price_gun, gas_price_vip, gas_price_platform, gas_price_cost , " ,
"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, receipt_status, receipt_fail_remark, pay_type, pay_serial_no , " ,
"pay_channel_order_no, `status`, create_time, cancel_time, pay_time, refund _time, " ,
"refund_remarks, abnormal, abnormal_content, ext_1, ext_2, ext_3, ext_4, ext_5 , " ,
"ext_6" ,
"gas_settle_price, gas_agent_settle_price, gas_service_fee_rate, gas_service_fee_pric e, " ,
"gas_oil_no, gas_gun_no, gas_oil_type, gas_ price_official, gas_price_gun, gas_price_vip, " ,
"gas_price_platform, gas_price_cost, 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, receipt_status, receipt_fail_remark, " ,
"pay_type, pay_serial_no, pay_ channel_order_no, `status`, create_time, cancel_time, " ,
"pay_time, refund_time, refund_remarks, abnormal, abnormal_content, ext_1, ext_2, " ,
"ext_3, ext_4, ext_5, ext_ 6" ,
"from bs_gas_order" ,
"where id = #{id,jdbcType=BIGINT}"
} )
@ -217,6 +221,8 @@ public interface BsGasOrderMapper extends BsGasOrderMapperExt {
@Result ( column = "payable_price" , property = "payablePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "actual_pay_price" , property = "actualPayPrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_refuel_price" , property = "gasRefuelPrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_settle_price" , property = "gasSettlePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_agent_settle_price" , property = "gasAgentSettlePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_service_fee_rate" , property = "gasServiceFeeRate" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_service_fee_price" , property = "gasServiceFeePrice" , jdbcType = JdbcType . DECIMAL ) ,
@Result ( column = "gas_oil_no" , property = "gasOilNo" , jdbcType = JdbcType . VARCHAR ) ,
@ -293,6 +299,8 @@ public interface BsGasOrderMapper extends BsGasOrderMapperExt {
"payable_price = #{payablePrice,jdbcType=DECIMAL}," ,
"actual_pay_price = #{actualPayPrice,jdbcType=DECIMAL}," ,
"gas_refuel_price = #{gasRefuelPrice,jdbcType=DECIMAL}," ,
"gas_settle_price = #{gasSettlePrice,jdbcType=DECIMAL}," ,
"gas_agent_settle_price = #{gasAgentSettlePrice,jdbcType=DECIMAL}," ,
"gas_service_fee_rate = #{gasServiceFeeRate,jdbcType=DECIMAL}," ,
"gas_service_fee_price = #{gasServiceFeePrice,jdbcType=DECIMAL}," ,
"gas_oil_no = #{gasOilNo,jdbcType=VARCHAR}," ,