meiya-admin/src/main/java/com/sinata/modular/system/service/impl/TCityRegionServiceImpl.java
@@ -43,6 +43,10 @@ String province = StrUtil.sub(countyCode, 0, 2) + "0000"; String city = StrUtil.sub(countyCode, 0, 4) + "00"; if (cityAll == null) { cityAll = this.selectList(new EntityWrapper<>()); } return cityAll.stream() .filter(o -> { if (o.getCode().equals(province) || o.getCode().equals(city) || o.getCode().equals(countyCode)) {