| 
						
						
							
								
							
						
						
					 | 
					@ -311,7 +311,7 @@ public class StatsGroupServiceImpl implements StatsGroupService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					     * @author zxc | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public DimIdGenerator.DimIdBean getDimIdBean(GroupStatsFormDTO formDTO){ | 
					 | 
					 | 
					    public DimIdGenerator.DimIdBean getDimIdBean(GroupStatsFormDTO formDTO){ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        if (formDTO.getDate() != null){ | 
					 | 
					 | 
					        if (StringUtils.isNotBlank(formDTO.getDate())){ | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            return DimIdGenerator.getDimIdBean(DateUtils.parse(formDTO.getDate(),DateUtils.DATE_PATTERN)); | 
					 | 
					 | 
					            return DimIdGenerator.getDimIdBean(DateUtils.parse(formDTO.getDate(),DateUtils.DATE_PATTERN)); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        ZoneId zoneId = ZoneId.systemDefault(); | 
					 | 
					 | 
					        ZoneId zoneId = ZoneId.systemDefault(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |