|
@@ -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");
|
|
|
}
|
|
|
}
|