From b7988d5538046c78492d52ee2c1300169b0bbcad Mon Sep 17 00:00:00 2001
From: zhijie <1003392067@qq.com>
Date: 星期一, 11 十二月 2023 22:36:33 +0800
Subject: [PATCH] 统一

---
 src/main/java/com/ots/project/tool/report/LAQ/LAQReport.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ots/project/tool/report/LAQ/LAQReport.java b/src/main/java/com/ots/project/tool/report/LAQ/LAQReport.java
index 745de41..27edfeb 100644
--- a/src/main/java/com/ots/project/tool/report/LAQ/LAQReport.java
+++ b/src/main/java/com/ots/project/tool/report/LAQ/LAQReport.java
@@ -61,6 +61,8 @@
         paramList.add(new Extraversion());
         paramList.add(new Agreeableness());
         paramList.add(new EmotionalStability());
+        paramList.add(new SummaryScoreHigh());
+        paramList.add(new SummaryScoreStrong());
 
         return paramList;
     }

--
Gitblit v1.9.1