去除无效的引用
This commit is contained in:
parent
0e7665f59d
commit
30d53fa41e
@ -34,19 +34,8 @@ import java.util.Optional;
|
|||||||
*/
|
*/
|
||||||
@Service
|
@Service
|
||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
|
|
||||||
public class GoodsCollectionServiceImpl extends ServiceImpl<GoodsCollectionMapper, GoodsCollection> implements GoodsCollectionService {
|
public class GoodsCollectionServiceImpl extends ServiceImpl<GoodsCollectionMapper, GoodsCollection> implements GoodsCollectionService {
|
||||||
|
|
||||||
/**
|
|
||||||
* rocketMq
|
|
||||||
*/
|
|
||||||
@Autowired
|
|
||||||
private RocketMQTemplate rocketMQTemplate;
|
|
||||||
/**
|
|
||||||
* rocketMq配置
|
|
||||||
*/
|
|
||||||
@Autowired
|
|
||||||
private RocketmqCustomProperties rocketmqCustomProperties;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public IPage<GoodsCollectionVO> goodsCollection(PageVO pageVo) {
|
public IPage<GoodsCollectionVO> goodsCollection(PageVO pageVo) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user