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