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
|
@Validated
|
||||||
public class IotProductCategoryServiceImpl implements IotProductCategoryService {
|
public class IotProductCategoryServiceImpl implements IotProductCategoryService {
|
||||||
|
|
||||||
@Resource
|
@Resource(name = "iotProductCategoryMapper")
|
||||||
private IotProductCategoryMapper iotProductCategoryMapper;
|
private IotProductCategoryMapper iotProductCategoryMapper;
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
|
|
|
@ -33,7 +33,7 @@ import static cn.iocoder.yudao.module.product.enums.ErrorCodeConstants.*;
|
||||||
@Validated
|
@Validated
|
||||||
public class ProductCategoryServiceImpl implements ProductCategoryService {
|
public class ProductCategoryServiceImpl implements ProductCategoryService {
|
||||||
|
|
||||||
@Resource
|
@Resource(name = "productCategoryMapper")
|
||||||
private ProductCategoryMapper productCategoryMapper;
|
private ProductCategoryMapper productCategoryMapper;
|
||||||
@Resource
|
@Resource
|
||||||
@Lazy // 循环依赖,避免报错
|
@Lazy // 循环依赖,避免报错
|
||||||
|
|
Loading…
Reference in New Issue