diff --git a/cjy-project/src/main/java/com/cjy/reservation/service/impl/ReservationRealtimeServiceImpl.java b/cjy-project/src/main/java/com/cjy/reservation/service/impl/ReservationRealtimeServiceImpl.java index be13543a..d887a573 100644 --- a/cjy-project/src/main/java/com/cjy/reservation/service/impl/ReservationRealtimeServiceImpl.java +++ b/cjy-project/src/main/java/com/cjy/reservation/service/impl/ReservationRealtimeServiceImpl.java @@ -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; } /**