e.printStackTrace

This commit is contained in:
CD
2022-10-19 15:33:10 +08:00
parent fc45f757f0
commit 001907158d
@@ -441,6 +441,7 @@ public class SarFileCompareItemCommentServiceImpl extends ServiceImpl<SarFileCom
workbook.write(os);
os.flush();
} catch (IOException e) {
e.printStackTrace();
if (CutEnum.CN.getValue().equals(cut)) {
throw new JeroBootException("下载文件失败");
} else {