上传数据写入文件

master
wj 2 years ago
parent e58c9f6fdf
commit 5aafafa298

@ -369,7 +369,7 @@ public class SpsSyncDataController {
myEntity.setStatus(Constant.SYNC_STATUS_WAIT);
basicExportService.insertExportStatus(myEntity);
FileUtils.makeDirectory(filePath + "download/");
String fileName = filePath + "/download/" + BasicProcessStatus.NEW_ALL_ORDER + "-" + taskId + ".udi";
String fileName = filePath + "/download/" + exportType.getRemark() + "-" + taskId + ".udi";
FileUtils.SaveFileAs(content, fileName);
}

Loading…
Cancel
Save