1、修改测站改基站后,测站告警仍存在的bug
This commit is contained in:
parent
37ed7e8e66
commit
730e1483c9
@ -119,7 +119,7 @@ public class DeviceStatusChecker {
|
||||
new MPJQueryWrapper<GnssStatus>()
|
||||
.selectAll(GnssStatus.class)
|
||||
.leftJoin("gnssdevices d on t.deviceid = d.deviceid")
|
||||
.eq("d.devicetype",GnssDevice.TYPE_REFERENCE_STATION)
|
||||
.eq("d.devicetype",GnssDevice.TYPE_ROVER)
|
||||
.eq("d.opmode",GnssDevice.OP_MODE_USE)
|
||||
.ne("t.state",GnssStatus.STATE_OFFLINE);
|
||||
List<GnssStatus> statusList = gnssStatusMapper.selectList(queryWrapper);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user