|
@@ -3442,9 +3442,13 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
// }
|
|
|
|
|
|
String pushUrl = baseApiUrl + "/#/reportDetail?classGroupId=" + report.getClassGroupId();
|
|
|
-
|
|
|
String smsUrl = baseApiUrl + "/#/transfer?url=" + baseApiUrl + "&hash=reportDetail&classGroupId=" + report.getClassGroupId();
|
|
|
|
|
|
+ if(report.getVersion().equals(2)){
|
|
|
+ pushUrl = baseApiUrl + "/#/reportDetailNew?id=" + report.getId() + "&classGroupId=" + report.getClassGroupId();
|
|
|
+ smsUrl = baseApiUrl + "/#/transfer?url=" + baseApiUrl + "&hash=reportDetailNew&id=" + report.getId() + "&classGroupId=" + report.getClassGroupId();
|
|
|
+ }
|
|
|
+
|
|
|
// SysUser student = sysUserFeignService.queryUserById(userFreePracticeGroup.getStudentId());
|
|
|
SysUser student = teacherDao.getUser(userFreePracticeGroup.getStudentId());
|
|
|
|