From 822d6034ca68eaff328fb773c1595efa21d649bd Mon Sep 17 00:00:00 2001 From: wgf <121463602@qq.com> Date: Thu, 10 Aug 2023 19:33:42 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=AF=BE=E7=A8=8B=E4=B8=AD=E5=BF=83-?= =?UTF-8?q?=E5=AE=9E=E6=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/sql/jlw/studentHandsOnTaskLog.md | 3 +++ web/src/main/resources/sql/jlw/studentHandsOnTaskPpt.md | 3 +++ web/src/main/resources/sql/jlw/studentHandsOnTaskReport.md | 3 +++ web/src/main/resources/sql/jlw/studentHandsOnTaskStep.md | 4 +++- web/src/main/resources/sql/jlw/studentHandsOnTaskTheory.md | 4 +++- web/src/main/resources/sql/jlw/studentHandsOnTaskVideo.md | 4 +++- 6 files changed, 18 insertions(+), 3 deletions(-) diff --git a/web/src/main/resources/sql/jlw/studentHandsOnTaskLog.md b/web/src/main/resources/sql/jlw/studentHandsOnTaskLog.md index 62638186..8a64f777 100644 --- a/web/src/main/resources/sql/jlw/studentHandsOnTaskLog.md +++ b/web/src/main/resources/sql/jlw/studentHandsOnTaskLog.md @@ -355,6 +355,9 @@ getValuesByQueryNotWithPermission @} @if(!isEmpty(studentIdPlural)){ and find_in_set(t.student_id,#studentIdPlural#) + @} + @if(!isEmpty(courseType)){ + and t.course_type =#courseType# @} diff --git a/web/src/main/resources/sql/jlw/studentHandsOnTaskPpt.md b/web/src/main/resources/sql/jlw/studentHandsOnTaskPpt.md index 84bb300d..8e6f43ff 100644 --- a/web/src/main/resources/sql/jlw/studentHandsOnTaskPpt.md +++ b/web/src/main/resources/sql/jlw/studentHandsOnTaskPpt.md @@ -424,6 +424,9 @@ getValuesByQueryNotWithPermission @if(!isEmpty(studentIdPlural)){ and find_in_set(t.student_id,#studentIdPlural#) @} + @if(!isEmpty(courseType)){ + and t.course_type =#courseType# + @} getExcelValues ============== diff --git a/web/src/main/resources/sql/jlw/studentHandsOnTaskReport.md b/web/src/main/resources/sql/jlw/studentHandsOnTaskReport.md index 2a4865d2..5fc3d404 100644 --- a/web/src/main/resources/sql/jlw/studentHandsOnTaskReport.md +++ b/web/src/main/resources/sql/jlw/studentHandsOnTaskReport.md @@ -448,6 +448,9 @@ getValuesByQueryNotWithPermission @if(!isEmpty(studentIdPlural)){ and find_in_set(t.student_id,#studentIdPlural#) @} + @if(!isEmpty(courseType)){ + and t.course_type =#courseType# + @} getReportList === diff --git a/web/src/main/resources/sql/jlw/studentHandsOnTaskStep.md b/web/src/main/resources/sql/jlw/studentHandsOnTaskStep.md index 86cd85bc..9ae33654 100644 --- a/web/src/main/resources/sql/jlw/studentHandsOnTaskStep.md +++ b/web/src/main/resources/sql/jlw/studentHandsOnTaskStep.md @@ -432,7 +432,9 @@ getValuesByQueryNotWithPermission @if(!isEmpty(studentIdPlural)){ and find_in_set(t.student_id,#studentIdPlural#) @} - + @if(!isEmpty(courseType)){ + and t.course_type =#courseType# + @} diff --git a/web/src/main/resources/sql/jlw/studentHandsOnTaskTheory.md b/web/src/main/resources/sql/jlw/studentHandsOnTaskTheory.md index 36b25a31..ea63b389 100644 --- a/web/src/main/resources/sql/jlw/studentHandsOnTaskTheory.md +++ b/web/src/main/resources/sql/jlw/studentHandsOnTaskTheory.md @@ -520,7 +520,9 @@ getValuesByQueryNotWithPermission @if(!isEmpty(studentIdPlural)){ and find_in_set(t.student_id,#studentIdPlural#) @} - + @if(!isEmpty(courseType)){ + and t.course_type =#courseType# + @} diff --git a/web/src/main/resources/sql/jlw/studentHandsOnTaskVideo.md b/web/src/main/resources/sql/jlw/studentHandsOnTaskVideo.md index ab12864a..8b8bf125 100644 --- a/web/src/main/resources/sql/jlw/studentHandsOnTaskVideo.md +++ b/web/src/main/resources/sql/jlw/studentHandsOnTaskVideo.md @@ -432,7 +432,9 @@ getValuesByQueryNotWithPermission @if(!isEmpty(studentIdPlural)){ and find_in_set(t.student_id,#studentIdPlural#) @} - + @if(!isEmpty(courseType)){ + and t.course_type =#courseType# + @}