DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/impl/OrderLogisticsServiceImpl.java
@@ -1139,6 +1139,8 @@ for (int i = 0; i < 5; i++) { updateTrip = fleetEngineUtil.updateTrip("COMPLETE", car.getVehicleId(), null, orderLogistics.getTripId(), null, null, null, null); if(updateTrip){ orderLogistics.setIsover(1); this.updateById(orderLogistics); break; } try { @@ -1147,6 +1149,9 @@ throw new RuntimeException(e); } } }else{ orderLogistics.setIsover(1); this.updateById(orderLogistics); } //上报行程 boolean reportBillableEvent = fleetEngineUtil.reportBillableEvent(orderLogistics.getTripId());