|
|
@ -309,7 +309,7 @@ public class QuManager {
|
|
|
|
if (item.getQuType() == null) {
|
|
|
|
if (item.getQuType() == null) {
|
|
|
|
sb.append("第" + line + "行,题目类型不能为空<br>");
|
|
|
|
sb.append("第" + line + "行,题目类型不能为空<br>");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (org.apache.commons.lang3.StringUtils.isBlank(item.getQContent())) {
|
|
|
|
if (StringUtils.isBlank(item.getQContent())) {
|
|
|
|
sb.append("第" + line + "行,题目内容不能为空<br>");
|
|
|
|
sb.append("第" + line + "行,题目内容不能为空<br>");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (CollectionUtils.isEmpty(item.getRepoList())) {
|
|
|
|
if (CollectionUtils.isEmpty(item.getRepoList())) {
|
|
|
|