liujie
2023-07-26 26c074b58362327622f7cfdf32e32abdbb95c8ff
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;
    }
}