puzhibing
2023-07-09 d9c4252c54adc1684de9b56ad810465945e442a8
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderService.java
@@ -58,7 +58,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil grabOrder(Integer orderId, Integer orderType, Integer uid) throws Exception;
    ResultUtil grabOrder(Integer orderId, Integer orderType, Integer uid, Integer language) 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) throws Exception;
    ResultUtil process(Integer orderId, Integer orderType, Integer state, Integer uid, Double lon, Double lat,String phone, Integer language) throws Exception;
    /**
@@ -219,7 +219,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil completeOrder(Integer orderId, Integer orderType) throws Exception;
    ResultUtil completeOrder(Integer orderId, Integer orderType, Integer language) throws Exception;
    /**