|
@@ -94,7 +94,7 @@
|
|
<if test="tenantId != null and tenantId != ''">
|
|
<if test="tenantId != null and tenantId != ''">
|
|
and t1.tenant_id = #{tenantId}
|
|
and t1.tenant_id = #{tenantId}
|
|
</if>
|
|
</if>
|
|
- order by t1.scene_name
|
|
|
|
|
|
+ order by t6.alarm_start_time desc
|
|
</select>
|
|
</select>
|
|
<!--查询实时报警数量-->
|
|
<!--查询实时报警数量-->
|
|
<select id="selectAlarmCount" resultType="java.util.Map">
|
|
<select id="selectAlarmCount" resultType="java.util.Map">
|