luo
2024-01-31 021640e69b32dbd9b88a538402671c47f280df9e
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderService.java
@@ -80,7 +80,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryOrderInfo(Integer orderId, Integer orderType) throws Exception;
    Map<String, Object> queryOrderInfo(Integer language, Integer orderId, Integer orderType) throws Exception;
    /**
@@ -101,7 +101,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil process(Integer orderId, Integer orderType, Integer state, Integer uid, Double lon, Double lat,String phone, Integer language) throws Exception;
    ResultUtil process(Integer orderId, Integer orderType, Integer state, Integer uid, Double lon, Double lat,String phone, String pickUpCode, Integer language) throws Exception;
    /**
@@ -115,7 +115,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil confirmFees(Integer orderId, Integer orderType, Integer type, Double travelFee, Double parkingFee, Double crossingFee) throws Exception;
    ResultUtil confirmFees(Integer language, Integer orderId, Integer orderType, Integer type, Double travelFee, Double parkingFee, Double crossingFee) throws Exception;
    /**
@@ -153,7 +153,7 @@
     * @param orderType
     * @return
     */
    Map<String, Object> queryToBePaidPage(Integer orderId, Integer orderType) throws Exception;
    Map<String, Object> queryToBePaidPage(Integer language, Integer orderId, Integer orderType) throws Exception;
    /**