...
|
...
|
@@ -113,7 +113,8 @@ |
|
|
description,
|
|
|
alarm_group_id,
|
|
|
addsource,
|
|
|
influx_sql_snd)
|
|
|
influx_sql_snd,
|
|
|
eventName)
|
|
|
values
|
|
|
(#{interval,jdbcType=INTEGER},
|
|
|
#{relaxStartTime,jdbcType=INTEGER},
|
...
|
...
|
@@ -133,7 +134,8 @@ |
|
|
#{description,jdbcType=VARCHAR},
|
|
|
#{alarmGroupId,jdbcType=INTEGER},
|
|
|
#{addSource,jdbcType=INTEGER},
|
|
|
#{influxSqlSnd,jdbcType=VARCHAR}
|
|
|
#{influxSqlSnd,jdbcType=VARCHAR},
|
|
|
#{eventName,jdbcType=VARCHAR}
|
|
|
)
|
|
|
</insert>
|
|
|
|
...
|
...
|
|