修改devicePointInfo的在线状态

This commit is contained in:
wyw 2024-08-16 16:10:42 +08:00
parent d0d7f46fc8
commit 61f1d12550

View File

@ -1625,7 +1625,7 @@ public class DeviceServiceImpl implements IDeviceService {
Integer integer = 0;
itemMap.put("device",device);
if (device.getStatus() != null) {
if (device.getStatus().equals(4)) {
if (device.getStatus().equals(3)) {
integer = 1;
}
}