|
@@ -250,11 +250,11 @@ public class ExportQuestionnaireRecordingsServiceImpl implements ExportQuestionn
|
|
|
secondList.get(0).getTempName(), secondList.get(0).getQuestionName(),
|
|
|
calculatePercentage(secondList.get(0).getPqxy() + secondList.get(0).getBjxy(), secondList.get(0).getTotalCount()),
|
|
|
|
|
|
- secondList.get(2).getQuestionName(),
|
|
|
- calculatePercentage(secondList.get(2).getPqxy() + secondList.get(2).getBjxy(), secondList.get(2).getTotalCount()),
|
|
|
+ secondList.get(1).getQuestionName(),
|
|
|
+ calculatePercentage(secondList.get(1).getPqxy() + secondList.get(1).getBjxy(), secondList.get(1).getTotalCount()),
|
|
|
|
|
|
- secondList.get(3).getQuestionName(),
|
|
|
- calculatePercentage(secondList.get(3).getPqxy() + secondList.get(3).getBjxy(), secondList.get(3).getTotalCount())
|
|
|
+ secondList.get(2).getQuestionName(),
|
|
|
+ calculatePercentage(secondList.get(2).getPqxy() + secondList.get(2).getBjxy(), secondList.get(2).getTotalCount())
|
|
|
);
|
|
|
}
|
|
|
|