diff --git a/src/main/java/cn/teammodel/controller/admin/service/impl/ExamServiceImpl.java b/src/main/java/cn/teammodel/controller/admin/service/impl/ExamServiceImpl.java index 1a74e3d..2fdafd1 100644 --- a/src/main/java/cn/teammodel/controller/admin/service/impl/ExamServiceImpl.java +++ b/src/main/java/cn/teammodel/controller/admin/service/impl/ExamServiceImpl.java @@ -96,7 +96,7 @@ public class ExamServiceImpl implements ExamService { @Override public Map getExamByStudent(FindByStudentDto findByStudentDto, HttpServletRequest request) { Map studentView; - String url = env.getProperty("ies.server-url-find-summary-by-student"); + String url = env.getProperty("ies.server-url-find-simple-by-student"); try { studentView = GroupUtil.getGroupId(findByStudentDto,new GroupUtil(env), request,url); }catch (Exception e) { diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8f22cdd..ab28e50 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -81,4 +81,4 @@ ies: server-url-exam-analysis-list: /common/exam/find-by-analysis server-url-exam-find-record: /common/exam/find-summary-record server-url-analysis-simple: /analysis/simple - server-url-find-summary-by-student: /common/exam/find-summary-by-student \ No newline at end of file + server-url-find-simple-by-student: /common/exam/find-simple-by-student \ No newline at end of file