From 455c7eddac87682e76d0168891be16a8ab1820d2 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 28 六月 2019 15:01:46 +0800
Subject: [PATCH] 增加二级分类的季节

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java
index 3e17626..cff4f64 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java
+++ b/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;
 
 	/**
 	 * 缁熻鍓嶇 鐐瑰嚮娆℃暟

--
Gitblit v1.8.0