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">
酒店价格查询接口解析
3979

被折叠的 条评论
为什么被折叠?



