From c38f37a3c8020dee1cb8d390e0a88201e9aca490 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期一, 05 八月 2019 10:27:18 +0800
Subject: [PATCH] 动态更新商品为空bug
---
fanli/src/main/java/com/yeshi/fanli/service/impl/lable/LabelGoodsServiceImpl.java | 3 +--
1 files changed, 1 insertions(+), 2 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 20a7572..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
@@ -6,9 +6,9 @@
import java.util.List;
import javax.annotation.Resource;
-import javax.transaction.Transactional;
import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
import com.yeshi.fanli.dao.mybatis.lable.LabelGoodsMapper;
import com.yeshi.fanli.dao.mybatis.lable.QualityFactoryMapper;
@@ -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