| | |
| | | * @throws Exception |
| | | */ |
| | | Map<String, Object> queryOrderInfo(Integer orderId) throws Exception; |
| | | Map<String, Object> queryOrderInfo2(Integer orderId) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil confirmFees(Integer orderId, Integer type, Double parkingFee, Double crossingFee) throws Exception; |
| | | ResultUtil cancleOrder(Integer orderId) throws Exception; |
| | | ResultUtil updatePeopleNum(Integer orderId, Integer peopleNum) throws Exception; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 确认费用操作 |
| | | * @param orderId |
| | | * @param type |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil confirmFees1(Integer orderId, Integer type, String additionalFee) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | List<OrderPrivateCar> queryMaturity() throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取结束订单30分钟后的数据 |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<OrderPrivateCar> taskMidAxbUnBindSend() throws Exception; |
| | | } |