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