|
@@ -26,7 +26,7 @@ public class FIRP02972 extends QCCatalogue {
|
|
|
String address = firstpageStructureMap.get(Content.current_address);
|
|
|
if (!CatalogueUtil.isEmpty(address)) {
|
|
|
String suffix = (address.length()<=5)?address:(address.substring(address.length()-5));
|
|
|
- Pattern p = Pattern.compile("[0-9一二三四五六七八九]");
|
|
|
+ Pattern p = Pattern.compile("[0-9一二三四五六七八九0123456789]");
|
|
|
Matcher m = p.matcher(suffix);
|
|
|
if (!m.find()) {
|
|
|
status.set("-1");
|