添加报错信息
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user