|
@@ -345,6 +345,7 @@ public class CaseLogicImpl implements CaseLogic {
|
|
|
if (isWorker == true && (caseExtendsVO.getAnswerWay() == AnswerWayConstants.DEV_ECLIPSE || caseExtendsVO.getAnswerWay() == AnswerWayConstants.APP_ECLIPSE
|
|
|
|| caseExtendsVO.getAnswerWay() == AnswerWayConstants.WEB_ECLIPSE || caseExtendsVO.getAnswerWay() == AnswerWayConstants.JMETER)) {
|
|
|
caseExtendsVO.setSecret(indexService.getSecret(userId, examId));
|
|
|
+ caseExtendsVO.setWebIDE("http://47.97.4.113:8081/ws?token="+indexService.getSecret(userId,examId)+"&extraCode="+indexService.getEntrance(caseid,caseExtends.getName(),"java"));
|
|
|
caseExtendsVO.setSubmitted(assignedTaskService.isSubmitted(examId, userId, caseExtendsVO.getId(), caseExtendsVO.getCaseId()));
|
|
|
}
|
|
|
if (caseExtendsVO.getAnswerWay() == AnswerWayConstants.REPORT) {
|