fix:修复问题

liutao_branch
HuangHuiKang 3 weeks ago
parent f72f757cd5
commit 6c34ad36f4

@ -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);

Loading…
Cancel
Save