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