Commit c48596ad authored by tianbo's avatar tianbo

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into…

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into develop_tzs_register_to_0715
parents e21fa32a f33399b8
...@@ -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