insert into goaf_sensor_alarm_report
goaf_sensor_alarm_report_id,
oc_id,
goaf_sensor_alarm_finish_num,
goaf_sensor_alarm_end_num,
goaf_sensor_alarm_report_content,
goaf_sensor_alarm_report_time,
#{goafSensorAlarmReportId, jdbcType=BIGINT},
#{ocId, jdbcType=BIGINT},
#{goafSensorAlarmFinishNum, jdbcType=BIGINT},
#{goafSensorAlarmEndNum, jdbcType=BIGINT},
#{goafSensorAlarmReportContent, jdbcType=VARCHAR},
#{goafSensorAlarmReportTime, jdbcType=TIMESTAMP},
UPDATE goaf_sensor_alarm_report
goaf_sensor_alarm_finish_num = #{goafSensorAlarmFinishNum, jdbcType=BIGINT},
goaf_sensor_alarm_end_num = #{goafSensorAlarmEndNum, jdbcType=BIGINT},
goaf_sensor_alarm_report_content = #{goafSensorAlarmReportContent, jdbcType=VARCHAR},
WHERE goaf_sensor_alarm_report_id = #{goafSensorAlarmReportId, jdbcType=BIGINT}