update请求地址

develop
hhb@hotmail.com 2 months ago
parent ab67d282f1
commit 9e76f8ca43

@ -96,7 +96,7 @@ public class ExamServiceImpl implements ExamService {
@Override @Override
public Map<String, Object> getExamByStudent(FindByStudentDto findByStudentDto, HttpServletRequest request) { public Map<String, Object> getExamByStudent(FindByStudentDto findByStudentDto, HttpServletRequest request) {
Map<String, Object> studentView; Map<String, Object> studentView;
String url = env.getProperty("ies.server-url-find-summary-by-student"); String url = env.getProperty("ies.server-url-find-simple-by-student");
try { try {
studentView = GroupUtil.getGroupId(findByStudentDto,new GroupUtil(env), request,url); studentView = GroupUtil.getGroupId(findByStudentDto,new GroupUtil(env), request,url);
}catch (Exception e) { }catch (Exception e) {

@ -81,4 +81,4 @@ ies:
server-url-exam-analysis-list: /common/exam/find-by-analysis server-url-exam-analysis-list: /common/exam/find-by-analysis
server-url-exam-find-record: /common/exam/find-summary-record server-url-exam-find-record: /common/exam/find-summary-record
server-url-analysis-simple: /analysis/simple server-url-analysis-simple: /analysis/simple
server-url-find-summary-by-student: /common/exam/find-summary-by-student server-url-find-simple-by-student: /common/exam/find-simple-by-student
Loading…
Cancel
Save