|  | @@ -49,11 +49,11 @@ public class CoreEduTrainingTaskEditDto {
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "截止日期")
 | 
	
		
			
				|  |  |      private Date endDate;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
 | 
	
		
			
				|  |  | +//    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "培训开始时间")
 | 
	
		
			
				|  |  |      private Date trainingStartDateTime;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
 | 
	
		
			
				|  |  | +//    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "培训截止时间")
 | 
	
		
			
				|  |  |      private Date trainingEndDateTime;
 | 
	
		
			
				|  |  |  
 |