select id, wall_id, lock_id, process_type from ard_tank_wall_lock_temporary insert into ard_tank_wall_lock_temporary id, wall_id, lock_id, process_type, #{id}, #{wallId}, #{lockId}, #{processType}, update ard_tank_wall_lock_temporary wall_id = #{wallId}, lock_id = #{lockId}, process_type = #{processType}, where id = #{id} delete from ard_tank_wall_lock_temporary where id = #{id} delete from ard_tank_wall_lock_temporary where id in #{id} delete from ard_tank_wall_lock_temporary where lock_id = #{lockId}