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