修改devicePointInfo的在线状态
This commit is contained in:
parent
d0d7f46fc8
commit
61f1d12550
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user