|
@@ -194,7 +194,7 @@ public class ExtractConfigFileServiceImpl implements ExtractConfigFileService {
|
|
|
FileDisposeUtil.createDirectory(downloadDir);
|
|
|
|
|
|
FileDisposeUtil.createDirectory(downZipDir);
|
|
|
-
|
|
|
+ ExportStructure exportStructure = exportStructureService.findStructureByExamId(exportModel.getExamId()+"");
|
|
|
if(exportStructure==null){
|
|
|
exportStructure = new ExportStructure();
|
|
|
exportStructure.setExportType(ExportType.NORMAL);
|
|
@@ -207,7 +207,7 @@ public class ExtractConfigFileServiceImpl implements ExtractConfigFileService {
|
|
|
makePaperStructure(downloadDir,exportStructure.getExamName(),paperIds,exportStructure);
|
|
|
}
|
|
|
}
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
List<ExamFile> examFiles = examFileService.findExamFileListByExportPaperInfoModel(exportModel);
|
|
|
if(examFiles!=null&&examFiles.size()>0){
|