puzhibing
2024-01-31 6b84067eba7ed899956423ab5d9ab487ae4cbac0
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/OrderEvaluateServiceImpl.java
@@ -48,4 +48,10 @@
        map.put("list", list);
        return map;
    }
    @Override
    public Double queryDriverScore(Integer driverId) throws Exception {
        return this.baseMapper.queryDriverScore(driverId);
    }
}