Commit 2bff30df authored by 赵啸非's avatar 赵啸非

添加设备告警

parent f4be92a7
...@@ -54,7 +54,7 @@ public class UploadTask implements Runnable { ...@@ -54,7 +54,7 @@ public class UploadTask implements Runnable {
deviceEntity.setSiteNum(req.getSitenum()); deviceEntity.setSiteNum(req.getSitenum());
deviceEntity.setSiteName(req.getSitename()); deviceEntity.setSiteName(req.getSitename());
deviceEntity.setCenternum(req.getCenternum()); deviceEntity.setCenternum(req.getCenternum());
deviceService.update(deviceEntity); // deviceService.update(deviceEntity);
DeviceLogEntity deviceLogEntity = new DeviceLogEntity(); DeviceLogEntity deviceLogEntity = new DeviceLogEntity();
deviceLogEntity.initAttrValue(); deviceLogEntity.initAttrValue();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment