1、修改补传历史数据查询语句的bug

This commit is contained in:
weidong 2025-07-30 07:39:37 +08:00
parent f756e347aa
commit 9103284ee4

View File

@ -112,7 +112,7 @@ public class Forwarder {
List<GnssDeviceJoin> gnssDeviceList;
MPJQueryWrapper jquery = null;
if(resendRecord!=null && !StringUtils.hasText(resendRecord.getDeviceid())){
if(resendRecord!=null && StringUtils.hasText(resendRecord.getDeviceid())){
jquery = new MPJQueryWrapper<GnssDevice> ()
.selectAll(GnssDevice.class)
.select("d.latitude as latitude")