告警日志、推送消息接口、图形监控排序优化

监控看板相关接口、单点击计数接口开发
This commit is contained in:
gaoyutao
2025-11-12 18:05:09 +08:00
parent 70e943269a
commit 4da0c86ca4
34 changed files with 1456 additions and 50 deletions
@@ -273,6 +273,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getTrafficListByClientIds" resultType="EpsInitialTrafficData">
SELECT
CAST(sum(ifnull(in_speed,0)) AS DECIMAL(20,0)) AS inSpeed,
CAST(sum(ifnull(out_speed,0)) AS DECIMAL(20,0)) AS outSpeed,
create_time AS createTime
FROM ${tableName}