id, source_id, source_name, source_type, unit, address, water_type,
protection_level, water_quality_level, protection_scope, report_time,
status, remark, del_flag, create_by, create_time, update_by, update_time
UPDATE water_source_info
SET del_flag = '0',
update_by = #{updateBy},
update_time = NOW()
WHERE id IN
#{id}
DELETE FROM water_source_info WHERE id IN
#{id}