luo
2024-02-22 8967db4cf4d5e2f16830b499db04e850af61b08d
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);
    }
}