|
@@ -59,7 +59,7 @@ public class ExportPaperController extends ControllerSupport {
|
|
|
ExportServiceManage esm = exportServiceManageRepo.findByOrgName(orgName);
|
|
|
|
|
|
if (esm == null) {
|
|
|
- throw new StatusException("500", String.format("学校【%s】尚未配置导出逻辑!", orgName));
|
|
|
+ throw new StatusException("500", String.format("学校【%s】尚未配置导出功能!", orgName));
|
|
|
}
|
|
|
User user = getAccessUser();
|
|
|
exportPaperService.exportPaperFile(id, esm.getExportServiceName(), exportContentList, response, loginName,
|
|
@@ -87,7 +87,7 @@ public class ExportPaperController extends ControllerSupport {
|
|
|
ExportServiceManage esm = exportServiceManageRepo.findByOrgName(orgName);
|
|
|
|
|
|
if (esm == null) {
|
|
|
- throw new StatusException("500", String.format("学校【%s】尚未配置导出模板!", orgName));
|
|
|
+ throw new StatusException("500", String.format("学校【%s】尚未配置导出功能!", orgName));
|
|
|
}
|
|
|
|
|
|
try {
|