|
|
@@ -2409,7 +2409,7 @@ public class KwoTradeOrderService {
|
|
|
if (tradeOrderContract == null) {
|
|
|
throw new BusinessException("贸易订单关联的合同不存在");
|
|
|
}
|
|
|
-
|
|
|
+ log.info("查询贸易订单关联合同信息,结果:{}", tradeOrderContract);
|
|
|
TradeContractResDto tradeContractResDto = remoteContractService.queryTradeContract(tradeOrderContract.getContractId(), param.getGoodsId());
|
|
|
// 1. 线下钱包加回预付余额、减冻结金额
|
|
|
List<TradeContractUnitDto> unitList = tradeContractResDto.getUnitList();
|