注解错误问题
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user