瀏覽代碼

no message

FengChaoYu 2 月之前
父節點
當前提交
43d6ac4487

+ 0 - 2
mall-server-api/src/main/java/com/gree/mall/manager/logic/workorder/OrderBaseEsLogic.java

@@ -700,8 +700,6 @@ public class OrderBaseEsLogic {
                 .addAggregation(this.getAggs(AggregationBuilders.filter("CRXC", buildCrxcQuery())))
                 .addAggregation(this.getAggs(AggregationBuilders.filter("CRXC", buildCrxcQuery())))
                 .build();
                 .build();
 
 
-        log.info("CRXC的查询条件: {}", crxcSearchQuery.getQuery().toString());
-
         SearchHits crxcResponse = this.search(crxcSearchQuery, year);
         SearchHits crxcResponse = this.search(crxcSearchQuery, year);
         HashMap<String, Object> crxcMap = new HashMap<>();
         HashMap<String, Object> crxcMap = new HashMap<>();
         crxcMap.put("total", this.getWorkerOrderCountResult(crxcResponse.getAggregations(), "CRXC"));
         crxcMap.put("total", this.getWorkerOrderCountResult(crxcResponse.getAggregations(), "CRXC"));