1、修改测站改基站后,测站告警仍存在的bug

This commit is contained in:
weidong 2024-04-30 19:48:17 +08:00
parent 37ed7e8e66
commit 730e1483c9

View File

@ -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);