puzhibing
2023-09-09 100cda7b66dca7b6b9dbe43d75d6d9f63459c83e
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java
@@ -17,7 +17,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryPushOrder(Integer orderId) throws Exception;
    Map<String, Object> queryPushOrder(Integer orderId, Integer language) throws Exception;
@@ -79,7 +79,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryOrderList(Integer driverId) throws Exception;
    List<Map<String, Object>> queryOrderList(Integer driverId, Integer language) throws Exception;
@@ -90,7 +90,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryMyAllOrder(Integer state, Integer uid) throws Exception;
    List<Map<String, Object>> queryMyAllOrder(Integer state, Integer uid, Integer language) throws Exception;
    /**