|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|