From a85b9064cfe4f48b3f1727e888e9006786a2c5ef Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Sat, 18 Mar 2023 00:49:59 +0800 Subject: [PATCH] 1 --- web/src/main/resources/sql/jlw/generalQuestionLog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/main/resources/sql/jlw/generalQuestionLog.md b/web/src/main/resources/sql/jlw/generalQuestionLog.md index 54619c4a..792d4b7a 100644 --- a/web/src/main/resources/sql/jlw/generalQuestionLog.md +++ b/web/src/main/resources/sql/jlw/generalQuestionLog.md @@ -1077,11 +1077,11 @@ studentScoreList @if(!isEmpty(generalQuestionSettingIdPlural)){ and find_in_set(t.general_question_setting_id,#generalQuestionSettingIdPlural#) @} - @if(!isEmpty(resourcesQuestionSnapshotId)){ - and t.resources_question_snapshot_id =#resourcesQuestionSnapshotId# + @if(!isEmpty(generalResourcesQuestionSnapshotId)){ + and t.resources_question_snapshot_id =#generalResourcesQuestionSnapshotId# @} - @if(!isEmpty(resourcesQuestionSnapshotIdPlural)){ - and find_in_set(t.resources_question_snapshot_id,#resourcesQuestionSnapshotIdPlural#) + @if(!isEmpty(generalResourcesQuestionSnapshotIdPlural)){ + and find_in_set(t.resources_question_snapshot_id,#generalResourcesQuestionSnapshotIdPlural#) @} @if(!isEmpty(generalQuestionLogAnswer)){ and t.general_question_log_answer =#generalQuestionLogAnswer#