yujian
2019-08-27 d8359ddb48dab5cc797a9d552e11fde571f4920c
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java
@@ -71,7 +71,7 @@
    * @return
    * @throws Exception
    */
   public List<GoodsSubClass> getGoodsSecondClass(Long rootId, Integer state) throws Exception;
   public List<GoodsSubClass> getGoodsSecondClass(Long rootId, Integer state,Integer month) throws Exception;
   public List<GoodsSubClass> queryByRootIdAndWeight(Long rootId, int type, int weight) throws Exception;
@@ -89,7 +89,7 @@
    * @return
    * @throws Exception
    */
   public List<GoodsSubClass> getSubClassCache(Long rootId, Integer state) throws Exception;
   public List<GoodsSubClass> getSubClassCache(Long rootId, Integer state,Integer month) throws Exception;
   /**
    * 统计前端 点击次数