|
|
@@ -67,7 +67,8 @@ public class AppResourceRouteController {
|
|
|
.setRouteImg(route.getRouteImg())
|
|
|
.setBookingNotice(route.getBookingNotice())
|
|
|
.setBoardingNotice(route.getBoardingNotice())
|
|
|
- .setChildBookingNotice(route.getChildBookingNotice());
|
|
|
+ .setChildBookingNotice(route.getChildBookingNotice())
|
|
|
+ .setRouteVideo(route.getRouteVideo());
|
|
|
ResourceShipDO ship = shipService.getShip(shipId);
|
|
|
respVO.setShipId(shipId)
|
|
|
.setShipName(ship.getName())
|