DriverNTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/impl/OrderTaxiServiceImpl.java
@@ -431,7 +431,7 @@ public ResultUtil confirmFees(Integer orderId, Integer type, Double travelFee, Double parkingFee, Double crossingFee) throws Exception { OrderTaxi orderTaxi = this.selectById(orderId); orderTaxi.setPayManner(type); if(type == 2){//其他支付,不需要操作,直接完成订单 if(type == 2 || type == 3){//其他支付,不需要操作,直接完成订单 orderTaxi.setOrderMoney(0D); orderTaxi.setTravelMoney(0D); orderTaxi.setParkMoney(0D);