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

修改同步用户

parent f52a7bb8
......@@ -65,6 +65,8 @@ public class MettingRecordController extends BaseCRUDJsonBodyMappingController<M
RoomEntity roomEntity = roomService.selectOne(new RoomQuery().deviceCode(query.getDeviceCode()));
if (!ObjectUtils.isEmpty(roomEntity)) {
query.setRoomId(roomEntity.getId());
}else {
query.setRoomId(-1L);
}
}
}
......
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