|  | @@ -127,11 +127,17 @@ public class TeacherIndexWrapper {
 | 
											
												
													
														|  |          @ApiModelProperty("练习总时长")
 |  |          @ApiModelProperty("练习总时长")
 | 
											
												
													
														|  |          private Long totalPracticeTime;
 |  |          private Long totalPracticeTime;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +        @ApiModelProperty("练习总时长(格式化)")
 | 
											
												
													
														|  | 
 |  | +        private String totalPracticeTimeStr;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          @ApiModelProperty("练习天数")
 |  |          @ApiModelProperty("练习天数")
 | 
											
												
													
														|  |          private Integer practiceDays;
 |  |          private Integer practiceDays;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          @ApiModelProperty("平均练习时长")
 |  |          @ApiModelProperty("平均练习时长")
 | 
											
												
													
														|  |          private Long averagePracticeTime;
 |  |          private Long averagePracticeTime;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        @ApiModelProperty("平均练习时长(格式化)")
 | 
											
												
													
														|  | 
 |  | +        private String averagePracticeTimeStr;
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      @Data
 |  |      @Data
 | 
											
										
											
												
													
														|  | @@ -147,13 +153,13 @@ public class TeacherIndexWrapper {
 | 
											
												
													
														|  |          private String subjectName;
 |  |          private String subjectName;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          @ExcelProperty(value = "练习总时长",index = 2)
 |  |          @ExcelProperty(value = "练习总时长",index = 2)
 | 
											
												
													
														|  | -        private Long totalPracticeTime;
 |  | 
 | 
											
												
													
														|  | 
 |  | +        private String totalPracticeTimeStr;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          @ExcelProperty(value = "练习天数",index = 3)
 |  |          @ExcelProperty(value = "练习天数",index = 3)
 | 
											
												
													
														|  |          private Integer practiceDays;
 |  |          private Integer practiceDays;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          @ExcelProperty(value = "平均练习时长",index = 4)
 |  |          @ExcelProperty(value = "平均练习时长",index = 4)
 | 
											
												
													
														|  | -        private Long averagePracticeTime;
 |  | 
 | 
											
												
													
														|  | 
 |  | +        private String averagePracticeTimeStr;
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      @Data
 |  |      @Data
 |