|
|
|
@ -160,11 +160,7 @@ public class DeviceJob implements JobHandler {
|
|
|
|
.last("LIMIT 1")
|
|
|
|
.last("LIMIT 1")
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
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);
|
|
|
|
|