Commit 11339957 authored by 赵啸非's avatar 赵啸非

修改日志记录

parent 883aee6d
......@@ -825,6 +825,8 @@ public class DeviceApiController {
deviceEntity.setUpdateUserId(1L);
deviceEntity.setUpdateTime(new Date());
deviceEntity.setSwitchSend(false);
deviceEntity.setLeadingOfficial(req.getLeadingOfficial());
deviceEntity.setDeviceInFloor(req.getDeviceInFloor());
deviceService.update(deviceEntity);
}
......@@ -946,10 +948,6 @@ public class DeviceApiController {
serverInfo.setEventUrl(productEntity.getEventUrl());
}
//
if("xxfbp".equalsIgnoreCase(productEntity.getProductCode())){
serverInfo.setHomeUrl("http://60.255.152.9:8076/zwfw/csledvue/#/?sitenum=s0002");
}
}
......
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