|
@@ -88,7 +88,7 @@ public class YiWuFirstCourseRecordDocTrans extends ModelDocTrans {
|
|
String[] s=temp.split(str);
|
|
String[] s=temp.split(str);
|
|
temp=s[0];
|
|
temp=s[0];
|
|
}
|
|
}
|
|
- List<String> titles1 = Lists.newArrayList("经","主诊","同意","医师","确定","以下","诊疗计划","后","如下","审核","治疗计划","医","确认");
|
|
|
|
|
|
+ List<String> titles1 = Lists.newArrayList("经","主诊","同意","医师","确定","以下","诊疗计划","后","如下","审核","治疗计划","医","确认",",");
|
|
for (String str:titles1) {
|
|
for (String str:titles1) {
|
|
temp=temp.replaceAll(str,"");
|
|
temp=temp.replaceAll(str,"");
|
|
}
|
|
}
|