xiaoyong931011
2021-11-10 7d35a3676ac6d4abcc7a02f33ba020bc29e1b825
gc-sys/src/main/java/com/xzx/gc/system/service/SysEnvironmentalInfoService.java
@@ -164,7 +164,7 @@
            dict.set("cityId",townId);
            list = sysEnvironmentalInfoMapper.getSysEnvironmentalInfoListWithMap(dict);
            if(CollUtil.isNotEmpty(list)){
                setSecondList(list,townId,true,receiver);
                setSecondList(list,townId,false,receiver);
            }
        }
        return list;