检查报告打印优化
This commit is contained in:
parent
88a587e51f
commit
e2ffb1051c
|
@ -43,9 +43,7 @@ public class MS439Controller {
|
||||||
MS439Request ms439Request = new MS439Request();
|
MS439Request ms439Request = new MS439Request();
|
||||||
ms439Request.setFileDir(path);
|
ms439Request.setFileDir(path);
|
||||||
LexMarkResultDTO<?> result = ms439PrintService.printImage(ms439Request);
|
LexMarkResultDTO<?> result = ms439PrintService.printImage(ms439Request);
|
||||||
// 打印完成后删除临时PDF文件
|
return Result.ok(result);
|
||||||
ms439PrintService.deleteSysFileByPath(path);
|
|
||||||
return Result.ok(null);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/getStatus")
|
@PostMapping("/getStatus")
|
||||||
|
|
Loading…
Reference in New Issue