导入问题

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 {
@Resource
private ShopDirectMerchantService shopDirectMerchantService;
@DubboReference
@Resource
private ShopMerchantService shopMerchantService;
//每10分钟查一次

View File

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