|
|
@@ -382,6 +382,9 @@ public class EsignServiceImpl implements EsignService {
|
|
|
checkParm(dto);
|
|
|
EsignReturnDto esignReturnDto = new EsignReturnDto();
|
|
|
try {
|
|
|
+ if (1==1){
|
|
|
+ throw new RuntimeException("异常了");
|
|
|
+ }
|
|
|
//读取二进制成为pdf文件
|
|
|
// InputStream inputStream = new ByteArrayInputStream(dto.getSrcPdfBytes());
|
|
|
//处理freemarker内容,并生成pdf,返回pdf字节流
|