main
黄海 2 years ago
parent 4f94670d3f
commit cfbceb690a

@ -211,7 +211,7 @@ public class CollectController extends Controller {
continue;
}
if (column_name.matches("[a-z][a-z0-9_]*")) {
errMsg += "第" + idx + "列的列名只能是小写字母或者数字、下划线\n";
errMsg += "第" + idx + "列的列名只能是小写字母或者数字、下划线,并且列名不能以数字开头\n";
continue;
}
idx++;

Loading…
Cancel
Save