if(
(companyName.matches("[0-9]{1,}")) ||
(Pattern.compile(".*\\d+.*").matcher(companyName).matches()))
{
compNaTwo=companyName+"、"+compNaTwo;
runtimeResult.setErrorInfo
(compNaTwo+"企业名称不合法,请核对!", SysStatusCode.DATA_EXCEPTION);
continue;
}