44323
2024-03-08 51f34c714fc3c7a4551d349a918e7ce8fa7f63c2
cloud-server-other/src/main/java/com/dsh/other/service/impl/SiteTypeServiceImpl.java
@@ -29,6 +29,7 @@
    /**
     * 获取场地分类
     *
     * @return
     * @throws Exception
     */
@@ -53,6 +54,6 @@
    public List<TSiteDTO> listExipre(ExpireSiteSearchVO vo) {
       return siteMapper.listExipre(vo);
        return siteMapper.listExipre(vo);
    }
}