@@ -472,7 +472,7 @@ public class ExportPaperServiceImpl implements ExportPaperService{
@Override
public void exportPaperFiles(List<String> paperIds,String serviceName,String exportContentList, HttpServletResponse response,String loginName,String examType) throws Exception {
- ExportPaperAbstractService exportPaperAbstractService = (ExportPaperAbstractService) SpringContextUtils.getBeanById("fjsfExportPaperService");
+ ExportPaperAbstractService exportPaperAbstractService = (ExportPaperAbstractService) SpringContextUtils.getBeanById("tjdxExportPaperService");
//根据试卷id查询所有试卷
List<Paper> papers = CommonUtils.toList(paperRepo.findAll(paperIds));
String zipFileName = loginName;