| 
					
				 | 
			
			
				@@ -977,7 +977,7 @@ public class PlanQuarterServiceImpl extends ServiceImpl<PlanQuarterMapper, PlanQ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (QuarterEnum val : QuarterEnum.values()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (val.getInfo().contains((instance.get(Calendar.MONTH) + 1) + "")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    System.err.println("MONTH" + (instance.get(Calendar.MONTH) + 1)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    //System.err.println("MONTH" + (instance.get(Calendar.MONTH) + 1)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     switch (val.getCode()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         case "1": 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             thresholdTimeStart = dateFormat.parse(thresholdMap.get("第一季度开始时间")); 
			 |