|
@ -454,6 +454,9 @@ public class ElasticsearchUtil {
|
|
areaLevel = areaLevels.get(0);
|
|
areaLevel = areaLevels.get(0);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
if (StringUtils.isBlank(areaLevel)){
|
|
|
|
areaLevel="6";
|
|
|
|
}
|
|
if (StringUtils.isNotEmpty(startDate)) {
|
|
if (StringUtils.isNotEmpty(startDate)) {
|
|
if (startDate.length() > 10) {
|
|
if (startDate.length() > 10) {
|
|
startDate = changeTime(startDate);
|
|
startDate = changeTime(startDate);
|