| | |
| | | * @param content |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil saveData(Integer orderId, Integer orderType, Integer fraction, String content) throws Exception; |
| | | ResultUtil saveData(Integer orderId, Integer orderType, Integer fraction, String content, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | List<Map<String, Object>> queryOrderEvaluate(Integer driverId, Integer pageNum, Integer size) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取司机评分 |
| | | * @param driverId |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | Double queryDriverScore(Integer driverId) throws Exception; |
| | | } |