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