暂时关闭设备同步
This commit is contained in:
parent
7e0d11d0e3
commit
c44f059a2b
|
@ -123,10 +123,10 @@ public class IotReceiveServiceImpl implements IotReceiveService {
|
|||
this.handleLocationLog(device);
|
||||
|
||||
// 同步一次设备状态,若操作了同步,则不处理其他事情
|
||||
int monitor = deviceIotService.monitor(device);
|
||||
if (monitor == 1) {
|
||||
return;
|
||||
}
|
||||
// int monitor = deviceIotService.monitor(device);
|
||||
// if (monitor == 1) {
|
||||
// return;
|
||||
// }
|
||||
|
||||
// 处理运营区
|
||||
this.handleArea(device);
|
||||
|
|
Loading…
Reference in New Issue
Block a user