Przeglądaj źródła

Merge branch 'dev' of liuwenbin/patient-co-management into dev

yeshijie 7 lat temu
rodzic
commit
ae4b20b914

+ 6 - 6
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/util/ElasticsearchUtil.java

@ -285,8 +285,8 @@ public class ElasticsearchUtil {
            sql.append(" and ");
            sql.append(" and ");
        }
        }
        sql.append(" quotaCode='" + index + "'  ");
        sql.append(" quotaCode='" + index + "'  ");
        sql.append(" imeLevel='" + timeLevel + "'  ");
        sql.append(" areaLevel='5'");
        sql.append(" and timeLevel='" + timeLevel + "'  ");
        sql.append(" and areaLevel='5'");
        if (StringUtils.isNotEmpty(startDate)) {
        if (StringUtils.isNotEmpty(startDate)) {
            sql.append(" and quotaDate>='" + startDate + "'");
            sql.append(" and quotaDate>='" + startDate + "'");
        }
        }
@ -379,8 +379,8 @@ public class ElasticsearchUtil {
            sql.append(" and ");
            sql.append(" and ");
        }
        }
        sql.append(" quotaCode='" + index + "'  ");
        sql.append(" quotaCode='" + index + "'  ");
        sql.append(" imeLevel='" + timeLevel + "'  ");
        sql.append(" areaLevel='5'");
        sql.append(" and timeLevel='" + timeLevel + "'  ");
        sql.append(" and areaLevel='5'");
        if (StringUtils.isNotEmpty(startDate)) {
        if (StringUtils.isNotEmpty(startDate)) {
            sql.append(" and quotaDate>='" + startDate + "'");
            sql.append(" and quotaDate>='" + startDate + "'");
        }
        }
@ -473,8 +473,8 @@ public class ElasticsearchUtil {
            sql.append(" and ");
            sql.append(" and ");
        }
        }
        sql.append(" quotaCode='" + index + "'  ");
        sql.append(" quotaCode='" + index + "'  ");
        sql.append(" imeLevel='" + timeLevel + "'  ");
        sql.append(" areaLevel='5'");
        sql.append(" and timeLevel='" + timeLevel + "'  ");
        sql.append(" and areaLevel='5'");
        if (StringUtils.isNotEmpty(startDate)) {
        if (StringUtils.isNotEmpty(startDate)) {
            sql.append(" and quotaDate>='" + startDate + "'");
            sql.append(" and quotaDate>='" + startDate + "'");
        }
        }