|  | @@ -7,7 +7,7 @@ public class OrderStatisDto {
 | 
	
		
			
				|  |  |      private String organName;
 | 
	
		
			
				|  |  |      private Integer estimatedNums = 0;
 | 
	
		
			
				|  |  |      private Integer nums = 0;
 | 
	
		
			
				|  |  | -    private Integer times;
 | 
	
		
			
				|  |  | +    private Integer times = 0;
 | 
	
		
			
				|  |  |      private BigDecimal scale = BigDecimal.ZERO;
 | 
	
		
			
				|  |  |      private BigDecimal money = BigDecimal.ZERO;
 | 
	
		
			
				|  |  |  
 |