Commit c82fb6286b32bb8f77fed2150eb6def1d5e3fb4d

Authored by hujiaqi
1 parent 6c9f47d1eb

测试

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BCTransferInController.java View file @ c82fb62
... ... @@ -178,7 +178,7 @@
178 178 httpServletResponse.setHeader("Content-Disposition", "attachment;filename=" + new String(("证明入库(" + startDate + "至" + endDate + ").xls").getBytes("UTF-8"), "ISO-8859-1"));
179 179 ExcelUtil.toExcel(httpServletResponse.getOutputStream(), list, header);
180 180 } catch (Exception e) {
181   - ExceptionUtils.catchException(e, "bc/transfer/in/excel异常");
  181 + ExceptionUtils.catchException(e, "bc/transfer/in/excel异常1");
182 182 }
183 183 }
184 184