|
@@ -60,7 +60,7 @@ public class XiamenClinicBloodEffectDocTrans extends ModelDocTrans {
|
|
StringBuffer sb = new StringBuffer();
|
|
StringBuffer sb = new StringBuffer();
|
|
for (Map.Entry<String, String> entity : structureMap.entrySet()) {
|
|
for (Map.Entry<String, String> entity : structureMap.entrySet()) {
|
|
if (entity.getKey().contains(word)) {
|
|
if (entity.getKey().contains(word)) {
|
|
- sb.append(entity.getKey() + entity.getValue() + ";");
|
|
|
|
|
|
+ sb.append(entity.getKey() +":"+ entity.getValue() + ";");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
structureMap.put(word, sb.toString());
|
|
structureMap.put(word, sb.toString());
|