puzhibing
2023-02-11 ea719b0443b8ccbc6d17349796936664ff3261d0
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;
}