提交 8d17c1a8 authored 作者: huyufan's avatar huyufan

确认收货处理相关借款逻辑

上级 0baa3186
...@@ -28,6 +28,7 @@ import com.clx.performance.service.settle.SettlementMqService; ...@@ -28,6 +28,7 @@ import com.clx.performance.service.settle.SettlementMqService;
import com.msl.common.dto.HttpDTO; import com.msl.common.dto.HttpDTO;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.springframework.amqp.rabbit.annotation.RabbitListener; import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
...@@ -74,7 +75,7 @@ public class OrderChildSyncTransportListener { ...@@ -74,7 +75,7 @@ public class OrderChildSyncTransportListener {
try { try {
transportOrderChildProcess(orderChild); transportOrderChildProcess(orderChild);
} catch (Exception e) { } catch (Exception e) {
log.info("当前OrderChildSyncTransportListener监听同步网络货运失败,运单号{}, 错误信息{}", orderChild.getChildNo(), e.getMessage()); log.info("当前OrderChildSyncTransportListener监听同步网络货运失败,运单号{}, 错误信息{}", orderChild.getChildNo(), ExceptionUtils.getStackTrace(e));
OrderChildSyncTransportInvoiceRecord entity = new OrderChildSyncTransportInvoiceRecord(); OrderChildSyncTransportInvoiceRecord entity = new OrderChildSyncTransportInvoiceRecord();
entity.setChildNo(orderChild.getChildNo()); entity.setChildNo(orderChild.getChildNo());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论