net.hubs1.tractor.hotel.action.avail.PriceSearchAction.getlistdata()
com.thayer.fogservice.webservice.crs.AvailExchangeRateWebService.
public List<AvailAllow> findSalesRateListByRateDate(String prop, Date start, Date end, String rateCode,
String channelCode, boolean isAddFloatRate);
com.thayer.fog.service.imp.AvailAllowExchangeRateServiceImpl.
public List<AvailAllow> findSalesRateListByRateDate(String prop, Date start, Date end, String rateCode,
String channelCode, boolean isAddFloatRate) {
List<AvailAllow> availAllowRateList = this.availAllowDAO.findAvailAllowRateForFogSellRate(prop, start, end,
null, rateCode, null, channelCode);
return this.calcuateRate(Constant.QUERY_TYPE_FOG_SELL_RATE, availAllowRateList, prop, start, end, channelCode,
1, 1, isAddFloatRate);
}
AvailAllow.xml
<sql id="selectAvailAllowRateByMergeStatus">