|
|
|
@ -131,7 +131,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() + ".UpperIn";
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".udi";
|
|
|
|
|
File file = new File(fileName);
|
|
|
|
|
if (!file.exists()) {
|
|
|
|
|
try {
|
|
|
|
@ -166,7 +166,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() + ".UpperIn";
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "第三方往来单位信息导出" + System.currentTimeMillis() + ".udi";
|
|
|
|
|
File file = new File(fileName);
|
|
|
|
|
if (!file.exists()) {
|
|
|
|
|
try {
|
|
|
|
|