luodangjia
2024-07-17 722db9e28a0c8e33d79621c66c0ecf1d60fcf0f6
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/server/IOrderCrossCityService.java
@@ -29,7 +29,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryOrderList(Integer state, Integer driverId) throws Exception;
    List<Map<String, Object>> queryOrderList(Integer language, Integer state, Integer driverId) throws Exception;
@@ -40,7 +40,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryMyAllOrder(Integer state, Integer uid) throws Exception;
    List<Map<String, Object>> queryMyAllOrder(Integer language, Integer state, Integer uid) throws Exception;
    /**
@@ -49,7 +49,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryOrderInfo(Integer orderId) throws Exception;
    Map<String, Object> queryOrderInfo(Integer language, Integer orderId) throws Exception;
@@ -69,7 +69,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryOrderCrossCityInfo(Integer orderId) throws Exception;
    Map<String, Object> queryOrderCrossCityInfo(Integer language, Integer orderId) throws Exception;
    /**