select id, car_id, wall_id, begin_time, end_time from ard_tank_load_log insert into ard_tank_load_log id, car_id, wall_id, begin_time, end_time, #{id}, #{carId}, #{wallId}, #{beginTime}, #{endTime}, update ard_tank_load_log car_id = #{carId}, wall_id = #{wallId}, begin_time = #{beginTime}, end_time = #{endTime}, where id = #{id} delete from ard_tank_load_log where id = #{id} delete from ard_tank_load_log where id in #{id} delete from ard_tank_load_log atll where atll.car_id = #{carId}