|
@@ -767,7 +767,7 @@ public class TempleteLogicServiceImpl implements TempleteLogicService {
|
|
|
JSONObject answerDetail = findJsonObject(answerDetails, paperDetail.getIntValue("number"));
|
|
|
|
|
|
JSONArray questionCollection = filterQuestions(paperDetail.getJSONArray("questions"),
|
|
|
- Objects.nonNull(answerDetail) ? answerDetail.getJSONArray("questions") : null, true,
|
|
|
+ Objects.nonNull(answerDetail) ? answerDetail.getJSONArray("questions") : null, false,
|
|
|
true);
|
|
|
|
|
|
if (questionCollection.size() > 0) {
|