Parcourir la source

Merge remote-tracking branch 'origin/dev-shaoyf' into dev-shaoyf

rengb il y a 5 ans
Parent
commit
d6810a2bdf

+ 1 - 0
trans/src/main/java/com/lantone/qc/trans/shaoyf/ShaoyfBeHospitalizedDocTrans.java

@@ -42,6 +42,7 @@ public class ShaoyfBeHospitalizedDocTrans extends ModelDocTrans {
         sourceMap.put("mode_id=" + contentMap.get("modeId").toString(), "");
         sourceMap.put("rec_title=" + contentMap.get("recTitle").toString(), "");
         Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(sourceMap, keyContrasts);
+        structureMap.put("签名",structureMap.get("医师签名"));
         OrdinaryAssistant.removeBlank(structureMap);
         //如果有入院时间,优先使用
         if (StringUtils.isEmpty(structureMap.get("入院时间")) && StringUtils.isNotEmpty(structureMap.get("入病房时间"))) {