From e9c5464aac74eb9a977634eb43f23a7749d1f444 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 18 Jun 2025 23:27:27 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90IoT=20=E7=89=A9=E8=81=94?= =?UTF-8?q?=E7=BD=91=E3=80=91=E8=8E=B7=E5=8F=96=E8=AE=BE=E5=A4=87=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E6=97=B6=EF=BC=8C=E5=8D=B3=E4=BD=BF=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E4=B9=9F=E8=BF=9B=E8=A1=8C=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=EF=BC=8C=E5=92=8C=20aliyun=20=E4=BF=9D=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/device/IotDevicePropertyMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-module-iot/yudao-module-iot-biz/src/main/resources/mapper/device/IotDevicePropertyMapper.xml b/yudao-module-iot/yudao-module-iot-biz/src/main/resources/mapper/device/IotDevicePropertyMapper.xml index 6ee29ef480..fc2d3662fe 100644 --- a/yudao-module-iot/yudao-module-iot-biz/src/main/resources/mapper/device/IotDevicePropertyMapper.xml +++ b/yudao-module-iot/yudao-module-iot-biz/src/main/resources/mapper/device/IotDevicePropertyMapper.xml @@ -73,7 +73,7 @@ WHERE ${@cn.hutool.core.util.StrUtil@toUnderlineCase(reqVO.identifier)} IS NOT NULL AND ts BETWEEN ${@cn.hutool.core.date.LocalDateTimeUtil@toEpochMilli(reqVO.times[0])} AND ${@cn.hutool.core.date.LocalDateTimeUtil@toEpochMilli(reqVO.times[1])} - ORDER BY ts ASC + ORDER BY ts DESC \ No newline at end of file