puzhibing
2023-02-24 b4d8cb69ff3a3d35a10a7e5c487ff683b31cc9f1
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IOrderService.java
@@ -76,5 +76,5 @@
     * @return
     * @throws Exception
     */
    OrderInfoWarpper queryOrderInfo(Long orderId) throws Exception;
    OrderInfoWarpper queryOrderInfo(Integer uid, Long orderId) throws Exception;
}