yanghui
2022-11-29 57f1c39b448ba31d65dc56f9f2c0a21e6ebc50a6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComAreaTownCommunityApi.java
@@ -107,6 +107,11 @@
                    else {
                        list1=comAreaTownCommunityDao.selectCommunity(tow.getValue(),"");
                    }
                    if("大渡口街道".equals(tow.getValue())){
                        ComAreaCounty comAreaCounty=list1.get(0);
                        list1.remove(0);
                        list1.add(2,comAreaCounty);
                    }
                    tow.setChildren(list1);
                });
                lis.setChildren(townList);