添加报错信息

This commit is contained in:
xzh
2025-03-26 00:56:47 +08:00
parent 4678b2b829
commit bc7bb54234

View File

@@ -225,7 +225,7 @@ public class TGiftBookDetailsServiceImpl implements ITGiftBookDetailsService {
try { try {
return createPdf(tGiftBookDetailsVos); return createPdf(tGiftBookDetailsVos);
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException("导出PDF失败"); throw new RuntimeException("导出PDF失败错误:" + e.getMessage());
} }
} }