注解错误问题

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
* @since 2024-08-20 15:20:43
*/
@Service("tbActivateGiveRecordService")
@Service
public class TbActivateGiveRecordServiceImpl implements TbActivateGiveRecordService {
@Resource
private TbActivateGiveRecordMapper tbActivateGiveRecordMapper;

View File

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