From 53562814add61acfdc02d6b25dae6324f6fd5f92 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期四, 18 五月 2023 16:38:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderEvaluateService.java | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderEvaluateService.java b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderEvaluateService.java index 369797b..0b9ac6d 100644 --- a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderEvaluateService.java +++ b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOrderEvaluateService.java @@ -18,7 +18,7 @@ * @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; /** @@ -28,4 +28,13 @@ * @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; } -- Gitblit v1.7.1