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