Commit c03b1bf9bc6668a954f5cba157d3b17734df1259
1 parent
8889f0c525
Exists in
master
and in
1 other branch
产筛修改
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
c03b1bf
| ... | ... | @@ -13,6 +13,7 @@ |
| 13 | 13 | import com.lyms.platform.common.result.BaseResponse; |
| 14 | 14 | import com.lyms.platform.common.utils.DateUtil; |
| 15 | 15 | import com.lyms.platform.common.utils.ExcelUtil; |
| 16 | +import com.lyms.platform.common.utils.ExceptionUtils; | |
| 16 | 17 | import com.lyms.platform.common.utils.JsonUtil; |
| 17 | 18 | import com.lyms.platform.operate.web.request.ChanQianDiaAddRequest; |
| 18 | 19 | import com.lyms.platform.operate.web.request.CqSieveQueryRequest; |
| ... | ... | @@ -291,7 +292,7 @@ |
| 291 | 292 | response.setHeader("Content-Disposition", "attachment;fileName=" + "csdata.xls"); |
| 292 | 293 | ExcelUtil.toExcel(out, datas, cnames); |
| 293 | 294 | } catch (Exception e) { |
| 294 | - | |
| 295 | + ExceptionUtils.catchException(e,"产筛导出异常"); | |
| 295 | 296 | } |
| 296 | 297 | } |
| 297 | 298 |