Pre Merge pull request !1304 from hhd/master-jdk17

This commit is contained in:
hhd 2025-03-30 02:53:55 +00:00 committed by Gitee
commit a8ede24046
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 // 循环依赖避免报错