Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/54e1698286883adda464fa3756e17655056de755?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:导入区划转中文

pg_adapter
wangxy 9 months ago
parent eec62a3ac7
commit 54e1698286

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

Loading…
Cancel
Save