From 2b3bc22a1c76b624e958d011e3cdbe72d8e8fc6d Mon Sep 17 00:00:00 2001 From: zch Date: Thu, 5 Jun 2025 09:42:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ems):=20=E4=BC=98=E5=8C=96=E6=9B=B2?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE=E8=A1=A8=E5=B1=95=E7=A4=BA=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E6=97=B6=E9=97=B4=E4=BB=8E=E6=97=A9=E5=88=B0=E6=99=9A?= =?UTF-8?q?ASC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除sensorId - 时间从早到晚ASC - 调整查询参数和图表数据处理方式 - 添加 connectNulls 配置以优化曲线显示(不断点) - 删除未使用的图表选项代码 - 修改图表数据同步逻辑 --- .../resources/mapper/ems/record/RecordIotenvInstantMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-ems/src/main/resources/mapper/ems/record/RecordIotenvInstantMapper.xml b/os-ems/src/main/resources/mapper/ems/record/RecordIotenvInstantMapper.xml index ba22409..ed7eb5d 100644 --- a/os-ems/src/main/resources/mapper/ems/record/RecordIotenvInstantMapper.xml +++ b/os-ems/src/main/resources/mapper/ems/record/RecordIotenvInstantMapper.xml @@ -161,7 +161,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - ORDER BY objid desc + ORDER BY objid asc