|
@@ -420,7 +420,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
Sheet sheet = wb.getSheetAt(0);
|
|
|
int count = 0;
|
|
|
String libName, libType, otherNames, remark;
|
|
|
- String regEx="[0-9`~!@#$%^&*()+=|{}':;',\\[\\].<>/?~!@#¥%……&*()——+|{}【】‘;:”“’。,、?]+";
|
|
|
+ String regEx="[0-9]+|[`~·!@#$%^&*()+=|{}':;',\\[\\].<>/?~!@#¥%……&*()——+|{}【】‘;:”“’。,、?]+";
|
|
|
for (Row row : sheet) {
|
|
|
count++;
|
|
|
if(row == null){
|
|
@@ -579,5 +579,5 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
return "";
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|