mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
Merge branch 'dev' of github.com:dataease/dataease into dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user