admin
2020-01-01 48a204f4c90a80c0bb4e5ba1f9f0f42939cadba8
fanli/src/main/java/com/yeshi/fanli/service/impl/jd/JDGoodsServiceImpl.java
@@ -86,7 +86,7 @@
   @Cacheable(value = "jdSpecialCache", key = "'specialSearch-'+#page+'-'+#cid")
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public List<JDGoods> specialSearch(Integer page, Long cid) throws JDGoodsException {
      if (cid == null) {
         throw new JDGoodsException(1, "分类id为空");