yanghb
2023-04-24 a2d2e07e1051503dc9c02438c03900247048c2b4
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/DriverServiceServiceImpl.java
@@ -28,9 +28,4 @@
    public List<DriverService> query(Integer driverId, Integer... type) throws Exception {
        return driverServiceMapper.queryBusiness(driverId, type);
    }
    @Override
    public List<Integer> getDriverService(Integer uid, Integer... type) {
        return driverServiceMapper.getDriverService(uid, type);
    }
}