yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CollectionGoodsV2Service.java
@@ -67,7 +67,7 @@
    * @param pageSize
    * @return
    */
   public List<CollectionGoodsV2> getCollectionGoodsList(Long uid, int page, int pageSize, Integer source);
   public List<CollectionGoodsV2> getCollectionGoodsList(Long uid, int page, int pageSize, Integer source, boolean notBackSuVip);
   /**
    * 获取收藏数量
@@ -75,7 +75,7 @@
    * @param uid
    * @return
    */
   public long getCollectionGoodsCount(Long uid, Integer source);
   public long getCollectionGoodsCount(Long uid, Integer source, boolean notBackSuVip);
   /**
    * 根据用户ID和淘宝商品ID查询是否收藏