dhkim
11/01/2016, 10:06 AMfind(_FareManagement.t) {
tripType has TripType.ROUND_TRIP
salesState has SalesStatus.ON_SALE
any {
viewDateEnd has None
viewDateEnd { to(today) }
}
viaChk has anyOf(ViaCheck.Y, ViaCheck.U, ViaCheck.X)
rtnInd has false
arrivalCity has anyOf(arrival)
departureCity has anyOf(departure)
departureCity has ssCity
airline has anyOf(airlines)
any {
viewDate has None
viewDate { to(today) }
}
any {
viewDateEnd has None
viewDateEnd { from(today) }
}
any {
tourLastDate has None
tourLastDate { from(eDate) }
}