去除无效的引用

This commit is contained in:
Chopper 2021-11-30 15:03:17 +08:00
parent 0e7665f59d
commit 30d53fa41e

View File

@ -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) {