From 38060cfc45cdce22b9072eef5854c82d18904e8c Mon Sep 17 00:00:00 2001 From: zhijie <1003392067@qq.com> Date: 星期三, 25 十月 2023 22:19:42 +0800 Subject: [PATCH] bugfix --- src/main/java/com/ots/project/tool/report/PAQ/PAQReport.java | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/ots/project/tool/report/PAQ/PAQReport.java b/src/main/java/com/ots/project/tool/report/PAQ/PAQReport.java index 09bef81..a874d1c 100644 --- a/src/main/java/com/ots/project/tool/report/PAQ/PAQReport.java +++ b/src/main/java/com/ots/project/tool/report/PAQ/PAQReport.java @@ -8,6 +8,8 @@ import com.ots.project.tool.report.MAQNEW.base.MAQConditionVO_V2; import com.ots.project.tool.report.MAQNEW.base.MAQSummaryCondition_V2; import com.ots.project.tool.report.MAQNEW.condition.*; +import com.ots.project.tool.report.PAQ.condition.Diagnosis; +import com.ots.project.tool.report.PAQ.condition.DiagnosisTitle; import com.ots.project.tool.report.ReportResultData; import lombok.Data; import lombok.Getter; @@ -64,6 +66,10 @@ return scoreCharacteristics; }).collect(Collectors.toList())); + //鏈夋晥鎬х粨鏋滆瘖鏂� + paramList.add(new DiagnosisTitle()); + paramList.add(new Diagnosis()); + return paramList; } @@ -93,8 +99,7 @@ "LIBPAQGS88021", "LIBPAQGS88022", "LIBPAQGS88023", "LIBPAQGS8803", "LIBPAQGS88031", "LIBPAQGS88032", "LIBPAQGS88033", "LIBPAQGS8804", "LIBPAQGS88041", "LIBPAQGS88042", "LIBPAQGS88043", "LIBPAQGS8805", "LIBPAQGS88051", "LIBPAQGS88052", "LIBPAQGS88053", - "LIBPAQGS8806", "LIBPAQGS88061", "LIBPAQGS88062", "LIBPAQGS88063" - ; + "LIBPAQGS8806", "LIBPAQGS88061", "LIBPAQGS88062", "LIBPAQGS88063"); } /** -- Gitblit v1.9.1