|
@@ -681,7 +681,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
if(courseScheduleEvaluate.getVersion().equals(1)){
|
|
|
e.setStudyReportUrl(baseUrl + "/#/reportDetail?classGroupId=" + e.getClassGroupId());
|
|
|
}else if(courseScheduleEvaluate.getVersion().equals(2)){
|
|
|
- e.setStudyReportUrl(baseUrl + "/#/reportDetailNew?classGroupId=" + e.getClassGroupId());
|
|
|
+ e.setStudyReportUrl(baseUrl + "/#/reportDetailNew?id=" + courseScheduleEvaluate.getId());
|
|
|
}
|
|
|
}
|
|
|
}
|