select id, order_no, union_id, customer_no, customer_name, usage_type, pay_type, card_oils_type, amt, present_amt, balance, create_time, station_id, station_name, status from customer_card_record_recharge
insert into customer_card_record_recharge
order_no,
union_id,
customer_no,
customer_name,
usage_type,
pay_type,
card_oils_type,
amt,
present_amt,
balance,
create_time,
station_id,
station_name,
status,
#{orderNo},
#{unionId},
#{customerNo},
#{customerName},
#{usageType},
#{payType},
#{cardOilsType},
#{amt},
#{presentAmt},
#{balance},
#{createTime},
#{stationId},
#{stationName},
#{status},
update customer_card_record_recharge
order_no = #{orderNo},
union_id = #{unionId},
customer_no = #{customerNo},
customer_name = #{customerName},
usage_type = #{usageType},
pay_type = #{payType},
card_oils_type = #{cardOilsType},
amt = #{amt},
present_amt = #{presentAmt},
balance = #{balance},
create_time = #{createTime},
station_id = #{stationId},
station_name = #{stationName},
status = #{status},
where id = #{id}
delete from customer_card_record_recharge where id = #{id}
delete from customer_card_record_recharge where id in
#{id}