puzhibing
2024-05-06 7c26ec693561ecce9fba31ab4e83e9f30d641aad
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);
    }
}