From 0e5b12ddffb05d675a5ea17e6030d43f04bac489 Mon Sep 17 00:00:00 2001 From: maLix Date: Mon, 26 Jun 2023 22:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BE=8B=E6=90=9C=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/sql/jlw/handsOn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/sql/jlw/handsOn.md b/web/src/main/resources/sql/jlw/handsOn.md index 2926c04f..b6afbef2 100644 --- a/web/src/main/resources/sql/jlw/handsOn.md +++ b/web/src/main/resources/sql/jlw/handsOn.md @@ -153,7 +153,7 @@ queryByConditionMergeOpenCourseHandsOn @if(!isEmpty(handsOnFrom)){ and t.data_type = #handsOnFrom# @} - @if(has(orgIdText) && !isEmpty(orgIdText) && orgIdText != null){ + @if(!isEmpty(orgIdText)){ @if(orgIdText == '超级管理员' || orgIdText == '管理员') { and za.id = 1 @} else {