This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
solve bug
release_toaliyun_real
xhxu
5 years ago
parent
08484a334f
commit
5eb29d8ff9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mallinkService/src/main/java/com/iformall/service/impl/WxQuestionOneselfUserServiceImpl.java
+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxQuestionOneselfUserServiceImpl.java
View File
@@ -205,6 +205,7 @@ public class WxQuestionOneselfUserServiceImpl implements WxQuestionOneselfUserSe
map.put(log.getTopicId().toString(),log.getAnswerStr());
}
}
dataList.add(map);
}
}
excelService.exportExcel(headList,dataList, null, "ceshi", "ceshi.xlsx", true,response );
Write
Preview
Loading…
Cancel
Save