1、修改补传历史数据查询语句的bug
This commit is contained in:
parent
f756e347aa
commit
9103284ee4
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user