Procházet zdrojové kódy

出院小结属性修改

hujing před 5 roky
rodič
revize
30f5460371

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

@@ -23,7 +23,7 @@ public class LEA0156 extends QCCatalogue {
     public void start(InputInfo inputInfo, OutputInfo outputInfo) {
         LeaveHospitalLabel leaveHospitalLabel = inputInfo.getLeaveHospitalDoc().getLeaveHospitalLabel();
         if (leaveHospitalLabel != null) {
-            List<Notes> notes = leaveHospitalLabel.getNotes();
+            List<Notes> notes = leaveHospitalLabel.getNoteses();
             if (ListUtil.isNotEmpty(notes)) {
                 long count = notes.stream().filter(i -> i != null && StringUtil.isNotBlank(i.getName())).count();
                 if (count > 0) {