liujie
2023-07-26 54150b0fc65601f14a042d55a11fb5f5ce917e3e
cloud-server-management/src/main/java/com/dsh/course/service/impl/CarServiceServiceImpl.java
@@ -11,6 +11,6 @@
    @Override
    public CarService query(Integer orderType, Integer carId) {
        return this.baseMapper.query(orderType, carId);
        return null;
    }
}