/**
- 获取品类 列表
- @param compShipProductVo
- @param startDate
- @return
- @throws DaoException
*/@SuppressWarnings("unchecked")
@Cacheable(key="'LVTU_CACHE_USUAL_SHIP_GETCATEGORYCRUISELISTV100_' + #compShipProductVo.productId + '_' + T(com.lvtu.csa.framework.utils.DateUtil).format(#startDate, 'yyyyMMdd')")
public List getCategoryCruiseListFromCache(ShipCompShipProductVo compShipProductVo, Long productId, Date startDate, String dateStr) throws DaoException {
return getCategoryCruiseListFromRemote(compShipProductVo, startDate, dateStr);
}
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于