问题修复
This commit is contained in:
parent
334bde0d33
commit
a11b19e93c
|
|
@ -2304,7 +2304,7 @@ public class SltAgreementInfoController extends BaseController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation(value = "下载导出文件")
|
@ApiOperation(value = "下载导出文件")
|
||||||
@PostMapping("/downloadExport")
|
@PostMapping("/downloadExZip")
|
||||||
public void downloadExportFile(@RequestBody SltAgreementInfo info, HttpServletResponse response) {
|
public void downloadExportFile(@RequestBody SltAgreementInfo info, HttpServletResponse response) {
|
||||||
try {
|
try {
|
||||||
ExportProgressManager.ExportProgress progress = exportProgressManager.getProgress(info.getTaskId());
|
ExportProgressManager.ExportProgress progress = exportProgressManager.getProgress(info.getTaskId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue