id, risk_unit_id, risk_event_name, valid_flag, create_time, create_by, update_time,
update_by, risk_uint_name
update emergency_plan_file set
valid_flag=0,
update_time=#{updateTime},
update_by=#{updateBy}
where id=#{id}
update emergency_plan_file set
valid_flag=0,
update_time=#{updateTime},
update_by=#{updateBy}
where emergency_plan_id=#{emergencyPlanId}