|
@@ -686,7 +686,7 @@ public class NoCarServiceImpl implements NoCarService {
|
|
|
WaybillNumFindInvoiceResponse waybillNumFindInvoiceResponse = buildInterFaceVoiceData(noCarWayBill, billInvoices);
|
|
|
return new RespR(waybillNumFindInvoiceResponse);
|
|
|
} else {
|
|
|
- return new RespR(false, noCarWayBill.getFailReason() == null ? "运单未知异常" : noCarWayBill.getFailReason());
|
|
|
+ return new RespR(false, noCarWayBill.getFailReason() == null ? "运单未知异常" : noCarWayBill.getFailReason().equals("网络异常,请联系管理人员") ? "运单编号错误或该运单不存在" : noCarWayBill.getFailReason());
|
|
|
}
|
|
|
}
|
|
|
if (noCarWayBill.getBillwayStatus() != TWO_NUM && noCarWayBill.getBillwayStatus() != NE_FIVE_NUM) {
|