From bc6b241dcb51d31143c6625c8b5cae9d28d5421d Mon Sep 17 00:00:00 2001 From: zch Date: Wed, 30 Apr 2025 16:18:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ems):=20=E4=BC=98=E5=8C=96=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9F=A5=E8=AF=A2=E5=92=8C=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改为记录时间查询框,调整日期选择器的显示和使用 - 统一排序方式,使用 objId 进行排序 --- .../mapper/ems/record/EmsVibrationInstantMapper.xml | 2 +- .../resources/mapper/ems/record/TWTempertureDataMapper.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/os-ems/src/main/resources/mapper/ems/record/EmsVibrationInstantMapper.xml b/os-ems/src/main/resources/mapper/ems/record/EmsVibrationInstantMapper.xml index ba14c93..095969e 100644 --- a/os-ems/src/main/resources/mapper/ems/record/EmsVibrationInstantMapper.xml +++ b/os-ems/src/main/resources/mapper/ems/record/EmsVibrationInstantMapper.xml @@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and rdi.collectTime between #{params.beginCollectTime} and #{params.endCollectTime} - and rdi.collectTime between #{params.beginRecordTime} and #{params.endRecordTime} + and rdi.recordTime between #{params.beginRecordTime} and #{params.endRecordTime} order by rdi.objId diff --git a/os-ems/src/main/resources/mapper/ems/record/TWTempertureDataMapper.xml b/os-ems/src/main/resources/mapper/ems/record/TWTempertureDataMapper.xml index b76dc95..bcdf735 100644 --- a/os-ems/src/main/resources/mapper/ems/record/TWTempertureDataMapper.xml +++ b/os-ems/src/main/resources/mapper/ems/record/TWTempertureDataMapper.xml @@ -60,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and twtd.confirmFlag = #{confirmFlag} - order by twtd.recodeTime desc + order by twtd.objId desc