|
|
|
@ -160,8 +160,8 @@ public class ReservationRealtimeServiceImpl implements IReservationRealtimeServi |
|
|
|
|
public int selectPreBookByOrganCode(Long organCode) { |
|
|
|
|
int countDate = reservationRealtimeMapper.selectPreBookByOrganCode(organCode); |
|
|
|
|
|
|
|
|
|
int teamDayCount = ticketRevenueAnalysisMapper.scenicSpotReservationStatisticsTeam(organCode,""); |
|
|
|
|
return countDate+teamDayCount; |
|
|
|
|
|
|
|
|
|
return countDate; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|