|
@@ -180,7 +180,8 @@ public class KmtExerciseQuestionDealServiceImpl implements KmtExerciseQuestionDe
|
|
|
kmtExerciseQuestion.setIsCommonFlag(nextQuestion.getIsCommonFlag());
|
|
|
kmtExerciseQuestion.setExerciseBookId(nextQuestion.getExerciseBookId());
|
|
|
kmtExerciseQuestion.setHandlerSubmitTime(DateUtil.parse_yyyyMMddHHmmss("1970-01-01 00:00:01"));
|
|
|
- kmtExerciseQuestion.setQuestionPath(nextQuestion.getQuestionPath().substring(0, nextQuestion.getQuestionPath().lastIndexOf("/")) + newQuestionId + ".json");
|
|
|
+ kmtExerciseQuestion.setQuestionPath(nextQuestion.getQuestionPath().substring(0, nextQuestion.getQuestionPath().lastIndexOf("/")) + "/" + newQuestionId + ".json");
|
|
|
+ logger.error(JSON.toJSONString(kmtExerciseQuestion));
|
|
|
kmtExerciseQuestionService.save(kmtExerciseQuestion);
|
|
|
return kmtExerciseQuestion;
|
|
|
}
|