yanghb
2023-04-06 1cc1a1c4ce891f5e7afadc70fa2ae550e01d0217
名称调整
1个文件已修改
4 ■■■■ 已修改文件
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/controller/SiteController.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/controller/SiteController.java
@@ -40,10 +40,10 @@
    })
    public ResultUtil<List<SiteWarpper>> querySite(Integer startSiteId,Integer type) {
        try {
            if(type == 3){
            if(type == 7){
                type = 1;
            }
            if(type == 4){
            if(type == 8){
                type = 2;
            }
            List<SiteWarpper> list = siteService.querySite(startSiteId, type);