导入问题
This commit is contained in:
@@ -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分钟查一次
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user