|
@@ -34,6 +34,7 @@ import com.sckw.redis.config.RedisLockUtil;
|
|
|
import com.sckw.redis.constant.RedisConstant;
|
|
import com.sckw.redis.constant.RedisConstant;
|
|
|
import com.sckw.system.api.RemoteSystemService;
|
|
import com.sckw.system.api.RemoteSystemService;
|
|
|
import com.sckw.system.api.model.dto.res.UserCacheResDto;
|
|
import com.sckw.system.api.model.dto.res.UserCacheResDto;
|
|
|
|
|
+import com.sckw.transport.api.dubbo.TransportDubboService;
|
|
|
import io.seata.spring.annotation.GlobalTransactional;
|
|
import io.seata.spring.annotation.GlobalTransactional;
|
|
|
import jakarta.annotation.Resource;
|
|
import jakarta.annotation.Resource;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
import lombok.RequiredArgsConstructor;
|
|
@@ -75,6 +76,8 @@ public class KwpSettlementWalletService {
|
|
|
private RemoteSystemService remoteSystemService;
|
|
private RemoteSystemService remoteSystemService;
|
|
|
@DubboReference(version = "1.0.0", group = "design", check = false)
|
|
@DubboReference(version = "1.0.0", group = "design", check = false)
|
|
|
private TradeOrderInfoService tradeOrderInfoService;
|
|
private TradeOrderInfoService tradeOrderInfoService;
|
|
|
|
|
+ @DubboReference(version = "1.0.0", group = "design", check = false)
|
|
|
|
|
+ private TransportDubboService transportDubboService;
|
|
|
private final KwpSettlementLogisticsTrackMapper kwpSettlementLogisticsTrackMapper;
|
|
private final KwpSettlementLogisticsTrackMapper kwpSettlementLogisticsTrackMapper;
|
|
|
@Resource
|
|
@Resource
|
|
|
private KwpLedgerTradeService ledgerTradeService;
|
|
private KwpLedgerTradeService ledgerTradeService;
|