md
This commit is contained in:
parent
fc5b32bdfb
commit
e789d20abd
@ -2336,11 +2336,11 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
|
||||
ByteArrayOutputStream bos = new ByteArrayOutputStream();
|
||||
// 写入流
|
||||
template.write(bos);
|
||||
// template.write(outputStream);
|
||||
// template.write(bos);
|
||||
template.write(outputStream);
|
||||
|
||||
ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
|
||||
DocUtils.wordToPdf(bis, outputStream);
|
||||
// ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
|
||||
// DocUtils.wordToPdf(bis, outputStream);
|
||||
|
||||
response.flushBuffer();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user