Przeglądaj źródła

出院小结里健康状况改为注意事项

kongwz 5 lat temu
rodzic
commit
0bc67438af

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/leavehospital/LEA0156.java

@@ -32,7 +32,7 @@ public class LEA0156 extends QCCatalogue {
             if (leaveHospitalDoc != null) {
                 Map<String, String> structureMap = leaveHospitalDoc.getStructureMap();
                 if (structureMap != null) {
-                    if (StringUtils.isBlank(structureMap.get("健康教育"))) {
+                    if (StringUtils.isBlank(structureMap.get("注意事项"))) {
                         status.set("-1");
                     }
                 }