Commit 9acb3311 authored by dahai's avatar dahai

push

parent ee5f91f2
...@@ -120,7 +120,6 @@ public class ExportXMLApi { ...@@ -120,7 +120,6 @@ public class ExportXMLApi {
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
documentList.add(xml); documentList.add(xml);
} }
} }
...@@ -194,7 +193,7 @@ public class ExportXMLApi { ...@@ -194,7 +193,7 @@ public class ExportXMLApi {
newFilesEntity.setRecordNumber((long)preproPersonEntities.size()); newFilesEntity.setRecordNumber((long)preproPersonEntities.size());
long l = newFilesService.saveNewFiles(newFilesEntity); long l = newFilesService.saveNewFiles(newFilesEntity);
newFilesEntity.setNewFileName(simpleDateFormat.format(new Date())+"-"+newFilesEntity.getId()); newFilesEntity.setNewFileName(simpleDateFormat.format(new Date())+"-"+newFilesEntity.getId());
newFilesService.saveNewFiles(newFilesEntity); newFilesService.updateNewFileName(newFilesEntity);
int NO=1; int NO=1;
for (PreproPersonEntity preproPersonEntity : preproPersonEntities) { for (PreproPersonEntity preproPersonEntity : preproPersonEntities) {
......
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