From 58f7e8bb25aec80fff4e2eb410644f8cd1dec022 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Thu, 1 Dec 2022 03:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sql/jlw/generalResourcesQuestionSnapshot.md | 10 +++++----- .../resources/sql/jlw/resourcesQuestionSnapshot.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/main/resources/sql/jlw/generalResourcesQuestionSnapshot.md b/web/src/main/resources/sql/jlw/generalResourcesQuestionSnapshot.md index bca08d5b..fbea1870 100644 --- a/web/src/main/resources/sql/jlw/generalResourcesQuestionSnapshot.md +++ b/web/src/main/resources/sql/jlw/generalResourcesQuestionSnapshot.md @@ -5,7 +5,7 @@ queryByCondition select @pageTag(){ t.* - @ // #use("selectStudentAnswerFragment")# + #use("selectStudentAnswerFragment")# @} from general_resources_question_snapshot t where 1=1 @@ -92,7 +92,7 @@ queryByConditionQuery select @pageTag(){ t.* - @ // #use("selectStudentAnswerFragment")# + #use("selectStudentAnswerFragment")# @} from general_resources_question_snapshot t where 1=1 @@ -324,7 +324,7 @@ getGeneralResourcesQuestionSnapshotValues * 根据不为空的参数进行查询 select t.* - @ // #use("selectStudentAnswerFragment")# + #use("selectStudentAnswerFragment")# from general_resources_question_snapshot t where 1=1 @if(!isEmpty(generalResourcesQuestionSnapshotId)){ @@ -386,7 +386,7 @@ getValuesByQuery * 根据不为空的参数进行查询 select t.* - @ // #use("selectStudentAnswerFragment")# + #use("selectStudentAnswerFragment")# from general_resources_question_snapshot t where 1=1 and #function("generalResourcesQuestionSnapshot.query")# @if(!isEmpty(generalResourcesQuestionSnapshotId)){ @@ -484,7 +484,7 @@ getValuesByQueryNotWithPermission * 根据不为空的参数进行查询(不包含权限) select t.* - @ // #use("selectStudentAnswerFragment")# + #use("selectStudentAnswerFragment")# from general_resources_question_snapshot t where 1=1 @if(!isEmpty(generalResourcesQuestionSnapshotId)){ diff --git a/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md b/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md index ddd165dc..d9a006fa 100644 --- a/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md +++ b/web/src/main/resources/sql/jlw/resourcesQuestionSnapshot.md @@ -500,7 +500,7 @@ getValuesByQueryNotWithPermission * 根据不为空的参数进行查询 select t.* - @ // #use("selectStudentAnswerFragment")# + #use("selectStudentAnswerFragment")# from resources_question_snapshot t where 1=1 @if(!isEmpty(resourcesQuestionSnapshotId)){