fix:修复问题

liutao_branch
HuangHuiKang 2 weeks ago
parent f72f757cd5
commit 6c34ad36f4

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

Loading…
Cancel
Save