|
@ -126,7 +126,7 @@ public class ElasticSearchDataProcessService {
|
|
|
}
|
|
|
}
|
|
|
//如果存在维度的话 rowkey 赋值给 profileId
|
|
|
if(cubeMappingModels != null){
|
|
|
if(cubeMappingModels != null && cubeMappingModels.size() > 0 && StringUtils.isEmpty(profileId)){
|
|
|
profileId = rowKey;
|
|
|
}
|
|
|
// 是否是子集属性
|
|
@ -336,7 +336,7 @@ public class ElasticSearchDataProcessService {
|
|
|
String divisionVal = "";
|
|
|
if(cloumnCode.toLowerCase().equals("town")){
|
|
|
level = "1";
|
|
|
divisionVal = "信州区";
|
|
|
divisionVal = "鄱阳县";
|
|
|
}else if(cloumnCode.toLowerCase().equals("city")){
|
|
|
level = "2";
|
|
|
divisionVal = "上饶市";
|