puzhibing
2023-07-24 6cabe9ee512ddd3d04c4e10b39d34641ecc0e844
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IOrderPositionService.java
@@ -24,4 +24,8 @@
     * @throws Exception
     */
    List<OrderPositionWarpper> queryPosition(Integer orderId, Integer orderType) throws Exception;
    void initMap(Long orderId) throws Exception;
}