@@ -63,6 +63,9 @@ public class AppMyItineraryVO {
@Schema(description = "楼层")
private Integer floor;
+ @Schema(description = "房间id")
+ private Long roomId;
+
}
@@ -2821,7 +2821,8 @@
t2.leave_time,
t3.direction
t5.room_model_id,
- t5.floor
+ t5.floor,
+ t5.room_id
FROM
trade_order t1
LEFT JOIN product_voyage t2 ON t1.voyage_id = t2.id