Commit a29ce2a99a38ab6d051d15f7bda3693e908cccd7
1 parent
49cbe6ea95
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 0 additions and 6 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
a29ce2a
| ... | ... | @@ -3862,12 +3862,6 @@ |
| 3862 | 3862 | |
| 3863 | 3863 | public void childbirthManagerExcel2(ChildbirthManagerRequest childbirthManagerRequest, HttpServletResponse httpServletResponse)throws Exception { |
| 3864 | 3864 | try { |
| 3865 | - Map<String, String> query = childbirthManagerRequest.getNormalQueryMap(); | |
| 3866 | - String queryStr = ""; | |
| 3867 | - for (String key : query.keySet()) { | |
| 3868 | - queryStr += key + ","; | |
| 3869 | - } | |
| 3870 | - childbirthManagerRequest.setInitQuery(queryStr.substring(0, queryStr.length() - 1)); | |
| 3871 | 3865 | childbirthManagerRequest.setExcel(true); |
| 3872 | 3866 | childbirthManagerRequest.setLimit(10000);//导出数量 |
| 3873 | 3867 | @SuppressWarnings("unchecked") |