fix
Helius
2021-12-20 30b3c45471ccaa864c98706695e683d957f99e60
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;