Commit f33399b8 authored by suhuiguang's avatar suhuiguang

1.统一设备过滤8大类 不使用脏数据

parent da092ae8
...@@ -297,7 +297,7 @@ public class CylinderDPStatisticsServiceImpl { ...@@ -297,7 +297,7 @@ public class CylinderDPStatisticsServiceImpl {
* @return 临期设备的数量 * @return 临期设备的数量
*/ */
private Long countForCylinderTemporaryInspect(String orgCode) { private Long countForCylinderTemporaryInspect(String orgCode) {
long num = 0; long num;
CountRequest request = new CountRequest(); CountRequest request = new CountRequest();
request.indices("idx_biz_view_jg_all"); request.indices("idx_biz_view_jg_all");
BoolQueryBuilder boolMust = QueryBuilders.boolQuery(); BoolQueryBuilder boolMust = QueryBuilders.boolQuery();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment