insert into prevent_overhaul_log
uuid,delete_status,gmt_create,create_by_user_name,gmt_moditify,last_edit_user_name,enterprise_id,enterprise_uuid,report_time,update_report_data_time,report_status,report_switch,hazard_code,risk_unit_id,risk_unit_uuid,stop_start_time,stop_end_time,stop_reason,#{uuid},#{deleteStatus},#{gmtCreate},#{createByUserName},#{gmtModitify},#{lastEditUserName},#{enterpriseId},#{enterpriseUuid},#{reportTime},#{updateReportDataTime},#{reportStatus},#{reportSwitch},#{hazardCode},#{riskUnitId},#{riskUnitUuid},#{stopStartTime},#{stopEndTime},#{stopReason},
update prevent_overhaul_log
hazard_code = #{updateReqBO.id},risk_unit_id = #{updateReqBO.riskUnitId},risk_unit_uuid = #{updateReqBO.riskUnitUuid},stop_start_time = #{updateReqBO.stopStartTime},stop_end_time = #{updateReqBO.stopEndTime},stop_reason = #{updateReqBO.stopReason},
where id = #{updateReqBO.id}
delete from prevent_overhaul_log where id in
#{id}
update prevent_overhaul_log set
report_status = #{reportStatus},
report_time = #{reportTime}
where id = #{handlerReportParam.id}