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

修改日志记录

parent ee018c4a
...@@ -96,6 +96,7 @@ public class DeviceReq implements Serializable { ...@@ -96,6 +96,7 @@ public class DeviceReq implements Serializable {
* 楼层 * 楼层
*/ */
private Integer deviceInBuilding; private Integer deviceInBuilding;
/** /**
* 所属楼栋 * 所属楼栋
*/ */
......
...@@ -827,6 +827,7 @@ public class DeviceApiController { ...@@ -827,6 +827,7 @@ public class DeviceApiController {
deviceEntity.setSwitchSend(false); deviceEntity.setSwitchSend(false);
deviceEntity.setLeadingOfficial(req.getLeadingOfficial()); deviceEntity.setLeadingOfficial(req.getLeadingOfficial());
deviceEntity.setDeviceInFloor(req.getDeviceInFloor()); deviceEntity.setDeviceInFloor(req.getDeviceInFloor());
deviceEntity.setDeviceInBuilding(req.getDeviceInBuilding());
deviceService.update(deviceEntity); deviceService.update(deviceEntity);
} }
......
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