yanghb
2023-04-26 f56aff52634ad1308d73da2a3c456cf7d18e92b2
DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java
@@ -64,7 +64,6 @@
     * @throws Exception
     */
    Map<String, Object> queryOrderInfo(Integer orderId) throws Exception;
    Map<String, Object> queryOrderInfo2(Integer orderId) throws Exception;
@@ -88,19 +87,6 @@
     * @throws Exception
     */
    ResultUtil confirmFees(Integer orderId, Integer type, Double parkingFee, Double crossingFee) throws Exception;
    ResultUtil cancleOrder(Integer orderId) throws Exception;
    ResultUtil updatePeopleNum(Integer orderId, Integer peopleNum) throws Exception;
    /**
     * 确认费用操作
     * @param orderId
     * @param type
     * @return
     * @throws Exception
     */
    ResultUtil confirmFees1(Integer orderId, Integer type, String additionalFee) throws Exception;
    /**
@@ -137,12 +123,4 @@
     * @throws Exception
     */
    List<OrderPrivateCar> queryMaturity() throws Exception;
    /**
     * 获取结束订单30分钟后的数据
     * @return
     * @throws Exception
     */
    List<OrderPrivateCar> taskMidAxbUnBindSend() throws Exception;
}