From cad52933e7630422f08f5eab048f55ca74af786f Mon Sep 17 00:00:00 2001 From: wgf <121463602@qq.com> Date: Tue, 25 Apr 2023 11:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=81=E8=BE=85=E5=AF=BC=E6=88=90?= =?UTF-8?q?=E7=BB=A9=E8=AF=A6=E6=83=85=E9=A2=98=E7=9B=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ibeetl/jlw/entity/GeneralQuestionLogScoreInfo1.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/main/java/com/ibeetl/jlw/entity/GeneralQuestionLogScoreInfo1.java b/web/src/main/java/com/ibeetl/jlw/entity/GeneralQuestionLogScoreInfo1.java index 7bef00c9..bf1d2a23 100644 --- a/web/src/main/java/com/ibeetl/jlw/entity/GeneralQuestionLogScoreInfo1.java +++ b/web/src/main/java/com/ibeetl/jlw/entity/GeneralQuestionLogScoreInfo1.java @@ -58,7 +58,8 @@ public class GeneralQuestionLogScoreInfo1 extends BaseEntity { "where ta.question_setting_id = #generalQuestionSettingId# " + "and ta.question_log_summary_status = 1 " + "and ta.person_id = #studentId# " + - ")) " + ")) " + + "AND t.student_id = #studentId#" ) private List questionLogList; }