优化图形补0、null机制,优化监控看板接口

mtr监控策略相关接口
This commit is contained in:
gaoyutao
2025-11-19 18:38:35 +08:00
parent 54fafb90bd
commit 947d60f788
8 changed files with 327 additions and 75 deletions
@@ -31,6 +31,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="outBytes != null "> and out_bytes = #{outBytes}</if>
<if test="inSpeed != null "> and in_speed = #{inSpeed}</if>
<if test="outSpeed != null "> and out_speed = #{outSpeed}</if>
<if test="startTime != null and startTime != ''"> and create_time &gt;= #{startTime}</if>
<if test="endTime != null and endTime != ''"> and create_time &lt;= #{endTime}</if>
</where>
</select>