添加报错信息

This commit is contained in:
xzh
2025-03-26 00:56:47 +08:00
parent 4678b2b829
commit bc7bb54234
@@ -225,7 +225,7 @@ public class TGiftBookDetailsServiceImpl implements ITGiftBookDetailsService {
try {
return createPdf(tGiftBookDetailsVos);
} catch (IOException e) {
throw new RuntimeException("导出PDF失败!");
throw new RuntimeException("导出PDF失败!错误:" + e.getMessage());
}
}