|
@ -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 + "'");
|
|
}
|
|
}
|