|
@@ -135,8 +135,8 @@ public class ExportStructureServiceImpl implements ExportStructureService {
|
|
|
|
|
|
ExportStructure exportStructure = exportStructureRepo.findOne(id);
|
|
|
if(exportStructure != null){
|
|
|
-
|
|
|
- List<ExamFile> list = examFileService.findExamFileListByExamFile(new ExamFile(exportStructure.getExamId(),exportStructure.getExamType()));
|
|
|
+
|
|
|
+ List<ExamFile> list = examFileService.findExamFileListByExamFile(new ExamFile(exportStructure.getExamId(),exportStructure.getOrgId()));
|
|
|
if(list.size()>0){
|
|
|
|
|
|
UpYun upyun = new UpYun(bucketName,userName,password);
|