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 {