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