Pre Merge pull request !1304 from hhd/master-jdk17
This commit is contained in:
commit
a8ede24046
|
@ -28,7 +28,7 @@ import static cn.iocoder.yudao.module.iot.enums.ErrorCodeConstants.PRODUCT_CATEG
|
|||
@Validated
|
||||
public class IotProductCategoryServiceImpl implements IotProductCategoryService {
|
||||
|
||||
@Resource
|
||||
@Resource(name = "iotProductCategoryMapper")
|
||||
private IotProductCategoryMapper iotProductCategoryMapper;
|
||||
|
||||
@Resource
|
||||
|
|
|
@ -33,7 +33,7 @@ import static cn.iocoder.yudao.module.product.enums.ErrorCodeConstants.*;
|
|||
@Validated
|
||||
public class ProductCategoryServiceImpl implements ProductCategoryService {
|
||||
|
||||
@Resource
|
||||
@Resource(name = "productCategoryMapper")
|
||||
private ProductCategoryMapper productCategoryMapper;
|
||||
@Resource
|
||||
@Lazy // 循环依赖,避免报错
|
||||
|
|
Loading…
Reference in New Issue