Procházet zdrojové kódy

厦门:输血效果评估字段拼接

wangsy před 4 roky
rodič
revize
7a1e04d51f

+ 1 - 1
trans/src/main/java/com/lantone/qc/trans/xiamen/XiamenClinicBloodEffectDocTrans.java

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