|
|
@ -289,8 +289,8 @@ |
|
|
|
|
|
|
|
|
<sql id="Where_In_Alarm"> |
|
|
<sql id="Where_In_Alarm"> |
|
|
(alert_history.handle_status != 3 AND alert_history.handle_status != 4) |
|
|
(alert_history.handle_status != 3 AND alert_history.handle_status != 4) |
|
|
OR |
|
|
# OR |
|
|
(alert_history.handle_status = 4 AND alert_history.retain_alert = 1) |
|
|
# (alert_history.handle_status = 4 AND alert_history.retain_alert = 1) |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
<select id="getDevice4AlarmData" resultType="com.dongjian.dashboard.back.vo.data.DeviceAlarmData"> |
|
|
<select id="getDevice4AlarmData" resultType="com.dongjian.dashboard.back.vo.data.DeviceAlarmData"> |
|
|
|