|
@@ -79,7 +79,6 @@ public class OutletPaperStructServiceImpl implements OutletPaperStructService {
|
|
|
int order = 0;
|
|
|
for (int i = 0; i < questionGroupList.size(); i++) {
|
|
|
DefaultQuestionGroup group = questionGroupList.get(i);
|
|
|
- log.info(group.getGroupName() + " - " + group.getGroupScore() + " - " + group.getQuestionWrapperList().size());
|
|
|
|
|
|
for (DefaultQuestionStructureWrapper questionWrapper : group.getQuestionWrapperList()) {
|
|
|
for (DefaultQuestionUnitWrapper questionUnitWrapper : questionWrapper.getQuestionUnitWrapperList()) {
|