|
@@ -318,7 +318,7 @@ public class YiWuOperationDocTrans extends ModelDocTrans {
|
|
|
"可替代方案","计划性多次手术","主要术中、术后风险及防范措施","心理状态","经济评估","手术预期","注意事项","防范措施");
|
|
|
for (String str:title) {
|
|
|
if(structureMap.containsKey(str)){
|
|
|
- String orign=structureMap.get(str).replaceAll("\\a.","");
|
|
|
+ String orign=structureMap.get(str).replaceAll("\\.","");
|
|
|
String discarded=(orign+"1").replaceAll(".*[^\\d](?=(\\d+))","");
|
|
|
String value=(orign+"1").replaceAll(discarded,"");
|
|
|
structureMap.put(str,value);
|