yujian
2020-04-02 0ec22dcf4fd9c4496e6f681e7fab89f56c6e4e8a
fanli/src/main/java/com/yeshi/fanli/service/impl/pdd/PDDGoodsServiceImpl.java
@@ -110,7 +110,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   @Cacheable(value = "pddSpecialCache", key = "'specialSearch-'+#page+'-'+#cid")
   public List<PDDGoodsDetail> specialSearch(Integer page, Long cid) throws PDDOrderException {
      if (cid == null) {