|
@@ -42,7 +42,7 @@ public class ChangxThreeLevelWardDocTrans extends ModelDocTrans {
|
|
|
String content = contentMap.get("xmlText").toString();
|
|
|
Map<String, String> xmlNodeValueMap = CxXmlUtil.firstLevelNodeValue(content);
|
|
|
xmlNodeValueMap.put("mode_id=" + contentMap.get("modeId").toString(), "");
|
|
|
- xmlNodeValueMap.put("rec_title=" + contentMap.get("recTitle").toString(), "");
|
|
|
+// xmlNodeValueMap.put("rec_title=" + contentMap.get("recTitle").toString(), "");
|
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, keyContrasts);
|
|
|
structureMap.put("查房日期", structureMap.get("记录时间"));
|
|
|
|