|
@@ -268,6 +268,8 @@ public class ImportPaperService {
|
|
i = importPaperCheck.index - 1;
|
|
i = importPaperCheck.index - 1;
|
|
}else if(paperDetail == null){
|
|
}else if(paperDetail == null){
|
|
throw new PaperException("导入文件格式有误,必须有大题头信息,且以 [ 开头!");
|
|
throw new PaperException("导入文件格式有误,必须有大题头信息,且以 [ 开头!");
|
|
|
|
+ }else{
|
|
|
|
+ throw new PaperException(importPaperCheck.quesName+ImportPaperMsg.errMsg_12);
|
|
}
|
|
}
|
|
if (!StringUtils.isEmpty(importPaperCheck.errorInfo)) {
|
|
if (!StringUtils.isEmpty(importPaperCheck.errorInfo)) {
|
|
throw new PaperException(importPaperCheck.errorInfo);
|
|
throw new PaperException(importPaperCheck.errorInfo);
|