|
|
|
@ -161,10 +161,6 @@ public class DeviceJob implements JobHandler {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
if(pointRulesDO == null || StringUtils.isBlank(pointRulesDO.getFieldRule())){
|
|
|
|
if(pointRulesDO == null || StringUtils.isBlank(pointRulesDO.getFieldRule())){
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(StringUtils.isBlank(pointRulesDO.getFieldRule())){
|
|
|
|
|
|
|
|
//处理待机中
|
|
|
|
//处理待机中
|
|
|
|
DeviceOperationRecordDO record = new DeviceOperationRecordDO();
|
|
|
|
DeviceOperationRecordDO record = new DeviceOperationRecordDO();
|
|
|
|
record.setDeviceId(deviceId);
|
|
|
|
record.setDeviceId(deviceId);
|
|
|
|
|