insert into prevent_risk_danger_check_log values (null, #{uuid}, #{jobId}, #{checkStatus}, #{checkId}, #{reportTime}, #{updateReportDataTime}, #{reportStatus}, #{reportSwitch}, #{mobileCode}) delete from prevent_risk_danger_check_log where check_id = #{checkId} update prevent_risk_danger_check_log set report_time = #{reportTime} where id = #{id} update prevent_risk_danger_check_log set report_status = #{reportStatus}, report_time = #{reportTime} where id = #{id} update prevent_risk_danger_check_log set mobile_code = #{mobileCode} where check_id = #{checkId} update prevent_risk_danger_check_log set report_status = #{reportStatus}, report_time = #{reportTime} WHERE 1=1 and id in #{id}