|
@@ -682,7 +682,7 @@ public class NoCarServiceImpl implements NoCarService {
|
|
|
log.info("历史运单结束上传失败:NoCarServiceImpl.noCarHisWaybillEnd{},msg{}", noCarWayBillDb, waybillEndResponseRespR.getMsg());
|
|
|
|
|
|
return new RespR(false, waybillEndResponseRespR.getMsg());
|
|
|
- } else if (waybillEndResponseRespR.getData()!=null && FOR.equals(waybillEndResponseRespR.getData().getInfo())) {
|
|
|
+ } else if ((!waybillEndResponseRespR.getMsg().contains("结束指令已上传")) && FOR.equals(waybillEndResponseRespR.getData().getInfo())) {
|
|
|
noCarWayBill.setBillwayStatus(4);
|
|
|
insertOrUpdateBillEnd(noCarWayBillDb);
|
|
|
log.info("历史运单结束上传失败:NoCarServiceImpl.noCarHisWaybillEnd{},msg{}", noCarWayBillDb, "运单已经超时,请拆分");
|