lisy
2023-07-26 34aa1a6ed99c6e27a2f95b2ca5d8882c9859f5e1
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;
    }
}