From 6cd5fefaf5f5f87572765b7d32cfa644541275cd Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期三, 16 七月 2025 11:36:50 +0800
Subject: [PATCH] fix:修复docker不能正常清理的问题。设置60s超时时间

---
 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