feat:导入区划转中文

pg_adapter
wangxy 9 months ago
parent eec62a3ac7
commit 54e1698286

@ -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())) {

Loading…
Cancel
Save