@@ -84,7 +84,7 @@ public class TeacherClassGroupDto {
private String studyReportUrl;
@ApiModelProperty(value = "是否已有报告")
- private Boolean hasReport;
+ private Boolean hasReport=false;
public Date getCourseStartDate() {
return courseStartDate;