44323
2023-10-11 801600b0b5ae9898cf509258e2afa1973fae1813
cloud-server-other/src/main/java/com/dsh/other/service/impl/SiteBookingServiceImpl.java
@@ -37,4 +37,9 @@
       return siteBookingMapper.listAll(query,STime,ETime,query.getAmount());
    }
    @Override
    public Integer queryByCode(String code) {
        return this.baseMapper.queryByCode(code);
    }
}