update prevent_danger_check_work set
report_switch = #{reportSwitch}
where id = #{id}
update prevent_danger_check_work set
last_check_time = #{lastCheckTime},
next_check_time = #{nextCheckTime},
check_work_status = #{checkWorkStatus}
where delete_status = 0 and id = #{id}
update prevent_danger_check_work set
check_work_status = #{checkWorkStatus}
where delete_status = 0 and id = #{id}
update prevent_danger_check_work set
check_work_status = 1
where delete_status = 0 and id = #{workId}
update prevent_danger_check_work set
check_work_type = #{checkWorkType},
check_work_status = 1,
check_cycle_unit = #{checkCycleUnit},
valid_time_unit = #{checkCycleUnit},
notice_time_unit = #{noticeTimeUnit},
notice_time = #{noticeTime},
valid_time = #{validTime},
check_cycle = #{checkCycle},
check_work_name = #{checkWorkName},
exec_dep_id = #{execDepId},
exec_dep = #{execDep},
gmt_moditify = #{gmtModitify},
last_edit_user_name = #{lastEditUserName},
first_start_time = #{firstStartTime},
next_check_time = #{nextCheckTime},
task_unit_id = #{taskUnitId},
task_unit_uuid = #{taskUnitUuid},
update_report_data_time = #{updateReportDataTime},
report_status = #{reportStatus},
report_switch = #{reportSwitch}
where delete_status = 0 and id = #{id}
update prevent_danger_check_work set
delete_status = 1,
gmt_moditify = #{gmtModitify},
update_report_data_time = #{updateReportDataTime},
last_edit_user_name = #{lastEditUserName}
where delete_status = 0 and id = #{id}
update prevent_danger_check_work set
report_status = #{reportStatus},
report_time = #{reportTime}
where id = #{id}
update prevent_danger_check_work set
next_check_time = #{resetTime},
check_work_status = 1
where delete_status = 0 and id = #{id}
update prevent_danger_check_work set check_work_status = 1
where delete_status = 0 and id = #{Id}