yanghb
2023-04-06 b33b6c711d8f98ef5957095d6a23f4cd66e90d77
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);