|
|
|
@ -126,7 +126,7 @@ public class ThrCorpExportLogController {
|
|
|
|
|
public BaseResponse excelDownload(@RequestBody ThrCorpExportRequest thrCorpExportRequest) {
|
|
|
|
|
|
|
|
|
|
//String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".xls";
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".udi";
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".UpperIn";
|
|
|
|
|
File file = new File(fileName);
|
|
|
|
|
if (!file.exists()) {
|
|
|
|
|
try {
|
|
|
|
@ -160,7 +160,7 @@ public class ThrCorpExportLogController {
|
|
|
|
|
public BaseResponse uploadSmp(@RequestBody ThrCorpExportRequest thrCorpExportRequest) {
|
|
|
|
|
|
|
|
|
|
//String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".xls";
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".udi";
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".UpperIn";
|
|
|
|
|
File file = new File(fileName);
|
|
|
|
|
if (!file.exists()) {
|
|
|
|
|
try {
|
|
|
|
|