yujian
2019-08-01 ba94d20eea2cc91a57f4ffed9f09ee0eb6352bfc
fanli/src/main/java/com/yeshi/fanli/service/impl/pdd/PDDGoodsServiceImpl.java
@@ -43,7 +43,7 @@
      cidMap.put(15L, "2478");// 文具
      cidMap.put(16L, "1451");// 运动
      cidMap.put(17L, "590");// 虚拟
      cidMap.put(18L, "3297");// 医药
      cidMap.put(18L, "3279");// 医药
   }
   
   
@@ -149,9 +149,9 @@
   
   
   @Override
   @Cacheable(value = "pddSpecialCache", key = "'getIndexPDDGoods-'+#page")
   public PDDGoodsResult getIndexPDDGoods(int page) {
      return PinDuoDuoApiUtil.getTopList(PinDuoDuoApiUtil.PID_FANLI, page, Constant.PAGE_SIZE, 1);
   @Cacheable(value = "pddSpecialCache", key = "'getTopGoodsList-' + #page + '-' + #sortType")
   public PDDGoodsResult getTopGoodsList(int page, Integer sortType) {
      return PinDuoDuoApiUtil.getTopList(PinDuoDuoApiUtil.PID_FANLI, page, Constant.PAGE_SIZE, sortType);
   }
   
}