浏览代码

add 需提交报告列表接口

周箭河 5 年之前
父节点
当前提交
753332fd06
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/ClassGroupServiceImpl.java

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ClassGroupServiceImpl.java

@@ -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?id=" + courseScheduleEvaluate.getId());
+                        e.setStudyReportUrl(baseUrl + "/#/reportDetailNew?id=" + courseScheduleEvaluate.getId()+"&classGroupId=" + e.getClassGroupId());
                     }
                 }
             }