提交 8c8be7c7 authored 作者: 艾庆国's avatar 艾庆国

承运与无车承运对接

Former-commit-id: 996e565d
上级 cba27375
package com.clx.performance.extranal.broker.impl; package com.clx.performance.extranal.broker.impl;
import com.alibaba.fastjson.JSON;
import com.clx.performance.config.SettlementConfig; import com.clx.performance.config.SettlementConfig;
import com.clx.performance.enums.ResultEnum; import com.clx.performance.enums.ResultEnum;
import com.clx.performance.extranal.broker.BrokerService; import com.clx.performance.extranal.broker.BrokerService;
...@@ -24,6 +25,7 @@ public class BrokerServiceImpl implements BrokerService { ...@@ -24,6 +25,7 @@ public class BrokerServiceImpl implements BrokerService {
param.setUserCode(settlementConfig.getBrokerUserCode()); param.setUserCode(settlementConfig.getBrokerUserCode());
log.info("运单同步网络货运, param:{}", JSON.toJSONString(param));
Result<String> result = brokerFeign.saveTransport(param); Result<String> result = brokerFeign.saveTransport(param);
if (result.getCode() != 0) { if (result.getCode() != 0) {
log.info("运单同步网络货运失败, msg:{}", result.getMsg()); log.info("运单同步网络货运失败, msg:{}", result.getMsg());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论