DriverZYTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/impl/OrderPrivateCarServiceImpl.java
@@ -390,6 +390,7 @@ } } System.err.println("======服务里程======"+sum); if(counts < 5){ orderPrivateCar.setMileage(sum); // 将数据存储到文件中 File file = new File(filePath + orderId + "_" + 1 + ".txt"); @@ -402,7 +403,7 @@ out.write(JSON.toJSONString(orderPositions)); out.flush(); out.close(); } break; } this.updateById(orderPrivateCar);