Commit 1933fd84 by huangjy

fix: 修复bug

parent 2998baef
......@@ -139,6 +139,7 @@ public class PlatRegionSettingServiceImpl extends ServiceImpl<PlatRegionSettingM
platRegionSetting.setRegionRange(dto.getRegionRange());
platRegionSetting.setDeviceId(dto.getDeviceId());
platRegionSetting.setRoomId(dto.getRoomId());
platRegionSetting.setRoomRange(dto.getRoomRange());
platRegionSetting.setBackground(dto.getBackground());
updateById(platRegionSetting);
}
......
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 sign in to comment