From 6c7c445a0f4462c4e94f24a40bd1f59e8cc6fd63 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 30 八月 2019 18:00:06 +0800
Subject: [PATCH] 金币请求频率限制添加时间

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/lable/LabelGoodsServiceImpl.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/lable/LabelGoodsServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/lable/LabelGoodsServiceImpl.java
index 11fe7b3..865387e 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/lable/LabelGoodsServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/lable/LabelGoodsServiceImpl.java
@@ -97,7 +97,6 @@
 	
 	@Override
 	public List<LabelGoods> queryByGoodsId(int start, int count, Long goodsId) throws LabelClassException {
-		// TODO Auto-generated method stub
 		return labelGoodsMapper.queryByGoodsId(start, count, goodsId);
 	}
 	

--
Gitblit v1.8.0