|
@@ -39,7 +39,7 @@ public class TaiZhouThreeLevelWardDocTrans extends ModelDocTrans {
|
|
|
String content = contentMap.get("xmlText").toString();
|
|
|
Map<String, String> sourceMap = TzXmlUtil.getXmlToMapForTZ(content);
|
|
|
sourceMap.put("mode_id=" + contentMap.get("modeId").toString(), "");
|
|
|
- //sourceMap.put("rec_title=" + contentMap.get("recTitle").toString(), "");
|
|
|
+ sourceMap.put("rec_title=" + contentMap.get("recTitle").toString(), "");
|
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(sourceMap, keyContrasts);
|
|
|
|
|
|
if (StringUtils.isEmpty(structureMap.get("查房日期"))) {
|