|
@@ -1527,6 +1527,8 @@ public class ImportPaperService {
|
|
|
newQuestionPkgPath = quesPkgPathRepo.save(newQuestionPkgPath);
|
|
|
newQuestion.setQuesPkgPathId(newQuestionPkgPath.getId());
|
|
|
newQuestion.setId(null);
|
|
|
+ newQuestion.setQuesProperties(null);
|
|
|
+ newQuestion.setPropertyGroup(null);
|
|
|
newQuestion = quesRepo.save(newQuestion);
|
|
|
paperDetailUnit.setQuestion(newQuestion);
|
|
|
}
|