Selaa lähdekoodia

Merge branch 'dev' of http://192.168.1.220:10080/liubing/wlyy2.0 into dev

liubing 3 vuotta sitten
vanhempi
commit
3d92d98d79

+ 3 - 0
business/es-service/src/main/java/com/yihu/jw/es/util/ElasticsearchUtil.java

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