|
@@ -95,7 +95,7 @@ public class ImportPaperService {
|
|
*/
|
|
*/
|
|
public String ImportPaper(String paperName, String courseNo, File file) {
|
|
public String ImportPaper(String paperName, String courseNo, File file) {
|
|
String errorInfo = paperService.checkPaperName(paperName);
|
|
String errorInfo = paperService.checkPaperName(paperName);
|
|
- // errorInfo += processImportPaper(paperName, courseNo, file);
|
|
|
|
|
|
+ errorInfo += processImportPaper(paperName, courseNo, file);
|
|
if (StringUtils.isEmpty(errorInfo)) {
|
|
if (StringUtils.isEmpty(errorInfo)) {
|
|
return "success";
|
|
return "success";
|
|
} else {
|
|
} else {
|