注解错误问题

This commit is contained in:
2024-08-21 10:22:31 +08:00
parent 3ae13b0b7e
commit 58fa177785
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import javax.annotation.Resource;
* @author ww * @author ww
* @since 2024-08-20 15:20:43 * @since 2024-08-20 15:20:43
*/ */
@Service("tbActivateGiveRecordService") @Service
public class TbActivateGiveRecordServiceImpl implements TbActivateGiveRecordService { public class TbActivateGiveRecordServiceImpl implements TbActivateGiveRecordService {
@Resource @Resource
private TbActivateGiveRecordMapper tbActivateGiveRecordMapper; private TbActivateGiveRecordMapper tbActivateGiveRecordMapper;

View File

@@ -14,7 +14,7 @@ import javax.annotation.Resource;
* @author ww * @author ww
* @since 2024-08-20 15:15:02 * @since 2024-08-20 15:15:02
*/ */
@Service("tbActivateProductService") @Service
public class TbActivateProductServiceImpl implements TbActivateProductService { public class TbActivateProductServiceImpl implements TbActivateProductService {
@Resource @Resource
private TbActivateProductMapper tbActivateProductMapper; private TbActivateProductMapper tbActivateProductMapper;