| | |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.stylefeng.guns.modular.specialTrain.model.OrderPrivateCar; |
| | | import com.stylefeng.guns.modular.system.model.vo.UnPayOrderVO; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.*; |
| | | import com.stylefeng.guns.modular.taxi.model.OrderTaxi; |
| | |
| | | @Param("state") Integer state, |
| | | @Param("lon") String lon, |
| | | @Param("lat") String lat); |
| | | |
| | | /** |
| | | * 获取专车未支付的订单 |
| | | */ |
| | | List<UnPayOrderVO> getUnpayPrivateOrders(Integer uid); |
| | | |
| | | /** |
| | | * 添加申诉 |
| | | */ |
| | | void addAppeal(Integer uid, Integer orderId,String abnormalIntro, String abnormalImg); |
| | | |
| | | void promotion(Integer orderId); |
| | | |
| | | List<Map<String, Object>> queryMyTripList(Integer uid, Integer pageNum, Integer size) throws Exception; |
| | | |
| | | List<Map<String, Object>> queryMyTripListAll(Integer uid) throws Exception; |
| | | |
| | | } |