|
@@ -244,7 +244,7 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
RespR<WaybillStartResponse> responseRespR = noCarInterface.waybillStart(waybillStartRequest);
|
|
|
if(responseRespR.getCode() == 1){
|
|
|
log.info("运单上传失败:NoCarServiceImpl.noCarWaybillStart{},msg{}",noCarWayBill,responseRespR.getMsg());
|
|
|
- noCarWayBill.setFailReason(respR.getMsg());
|
|
|
+ noCarWayBill.setFailReason(responseRespR.getMsg());
|
|
|
noCarWayBill.setBillwayStatus(-2);
|
|
|
insertOrUpdateBillStart(noCarWayBill);
|
|
|
return new RespR(false,responseRespR.getMsg());
|