优化执行结果根据失败关键字筛选
优化告警日志 监控看板概览功能
This commit is contained in:
+2
@@ -412,6 +412,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="businessName != null and businessName != ''"> and a.business_name like concat('%', #{businessName}, '%')</if>
|
||||
<if test="logicalNodeId != null and logicalNodeId != ''"> and a.logical_node_id = #{logicalNodeId}</if>
|
||||
<if test="multiPublicIpStatus != null and multiPublicIpStatus != ''"> and a.multi_public_ip_status = #{multiPublicIpStatus}</if>
|
||||
<if test="businessEmpty"> and a.business_name is null</if>
|
||||
<if test="logicalNodeEmpty"> and a.logical_node_id is null</if>
|
||||
</where>
|
||||
order by a.create_time desc
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user