导入问题

This commit is contained in:
2026-01-14 17:46:18 +08:00
parent af0df0d378
commit e301f996ad
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import java.util.List;
public class EntryManagerTask { public class EntryManagerTask {
@Resource @Resource
private ShopDirectMerchantService shopDirectMerchantService; private ShopDirectMerchantService shopDirectMerchantService;
@DubboReference @Resource
private ShopMerchantService shopMerchantService; private ShopMerchantService shopMerchantService;
//每10分钟查一次 //每10分钟查一次

View File

@@ -44,7 +44,7 @@ import java.util.Map;
@Service @Service
public class PayServiceImpl implements PayService { public class PayServiceImpl implements PayService {
@DubboReference @Resource
private ShopMerchantService shopMerchantService; private ShopMerchantService shopMerchantService;
@DubboReference @DubboReference
private SysParamsService sysParamsService; private SysParamsService sysParamsService;