Commit 4924e2fb authored by liuChang's avatar liuChang

导出优化

parent 980f130f
...@@ -136,7 +136,7 @@ public class ExportService { ...@@ -136,7 +136,7 @@ public class ExportService {
dto.setExportUniqueCode(fileId.toString()); dto.setExportUniqueCode(fileId.toString());
//回调函数 //回调函数
dto.setExportBackUrl(EXPORT_BACK_URL); dto.setExportBackUrl(EXPORT_BACK_URL);
dskOpenApiUtil.requestBody("/operate/export/combineBid", BeanUtil.beanToMap(dto, false, false)); dskOpenApiUtil.requestBody("/operate/export/combine/tender", BeanUtil.beanToMap(dto, false, false));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment