| | |
| | | Map<String,Object> getTransferOrderDetailById(@Param("orderId") Integer orderId); |
| | | |
| | | List<Map<String, Object>> queryOrderList(Integer state, Integer driverId) throws Exception; |
| | | |
| | | Map<String, Object> queryOrderInfo(Integer orderId) throws Exception; |
| | | |
| | | ResultUtil process(Integer orderId, Integer state, Double lon, Double lat, String address) throws Exception; |
| | | |
| | | Map<String, Object> queryMoneyInfo(Integer orderId) throws Exception; |
| | | |
| | | ResultUtil confirmFees(Integer orderId, Integer type, Double parkingFee, Double crossingFee) throws Exception; |
| | | } |