|
|
|
@ -79,7 +79,7 @@ public class JTemplateNameHelper {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
String s = new String(chars).substring(0, i - prefix.length()); |
|
|
|
|
BigInteger integer = new BigInteger(s,10); |
|
|
|
|
BigInteger integer = new BigInteger(s, 10); |
|
|
|
|
if (StringUtils.isBlank(s)) { |
|
|
|
|
return null; |
|
|
|
|
} |
|
|
|
|