admin
2019-07-30 573c491b4a1ba60e12a5678a01c1546c0077c1ee
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/GoodsSubClassMapper.java
@@ -26,7 +26,7 @@
    * @param rootId  一级id
    * @returnL
    */
   List<GoodsSubClass> queryByRootId(@Param("rootId") Long rootId, @Param("state") Integer state);
   List<GoodsSubClass> queryByRootId(@Param("rootId") Long rootId, @Param("state") Integer state,@Param("month") Integer month);
   
   /**
    *  查询二级分类之下其他分类
@@ -68,4 +68,11 @@
    */
   int getMaxWeightByPid(@Param("pid") Long pid);
   
   /**
    * 一级id查询
    * @param list
    * @return
    */
   List<GoodsSubClass> queryByListCid(List<Long> list);
}