`

酒店销售价查询接口

阅读更多

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">

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics