Commit 69da8f77 authored by 刘鑫鹏's avatar 刘鑫鹏

修改导出文件

parent 614c3699
......@@ -3015,7 +3015,7 @@ public class QuestionnaireServiceImpl implements QuestionnaireService {
// 判断条件
List<String[]> resultList = new ArrayList<>();
for (String[] row : result) {
if ("是".equals(row[16]) && "是".equals(row[11])) {
if ("是".equals(row[15]) && "是".equals(row[11])) {
resultList.add(row);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment