Merge branch 'dev' of github.com:dataease/dataease into dev

This commit is contained in:
taojinlong
2021-08-13 17:11:15 +08:00
23 changed files with 120 additions and 873 deletions

View File

@@ -68,7 +68,7 @@ public class MapUtils {
AreaEntity china = root();
maps.parallelStream().forEach(map -> {
maps.stream().forEach(map -> {
// maps.stream().forEach(map -> {
String province_code = map.get(Constants.PROVINCE_CODE).toString();
String city_code = map.get(Constants.CITY_CODE).toString();