导入问题
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.List;
|
||||
public class EntryManagerTask {
|
||||
@Resource
|
||||
private ShopDirectMerchantService shopDirectMerchantService;
|
||||
@DubboReference
|
||||
@Resource
|
||||
private ShopMerchantService shopMerchantService;
|
||||
|
||||
//每10分钟查一次
|
||||
|
||||
@@ -44,7 +44,7 @@ import java.util.Map;
|
||||
@Service
|
||||
public class PayServiceImpl implements PayService {
|
||||
|
||||
@DubboReference
|
||||
@Resource
|
||||
private ShopMerchantService shopMerchantService;
|
||||
@DubboReference
|
||||
private SysParamsService sysParamsService;
|
||||
|
||||
Reference in New Issue
Block a user