|
@@ -79,7 +79,7 @@ public class ShaoyfThreeLevelWardDocTrans extends ModelDocTrans {
|
|
|
structureMap.put("查房标题", structureMap.get("上级查房医生职称"));
|
|
|
}
|
|
|
|
|
|
- structureMap.put("查房标题(供页面显示)", structureMap.get("查房标题"));
|
|
|
+ structureMap.put("查房标题供页面显示", structureMap.get("查房标题"));
|
|
|
String title = structureMap.get("查房标题");
|
|
|
if (StringUtil.isNotBlank(title)) {
|
|
|
if (title.contains("Attending") || title.contains("attending")) {
|