案例搜索条件

beetlsql3-dev
maLix 2 years ago
parent 9e993f2aa5
commit 0e5b12ddff

@ -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 {

Loading…
Cancel
Save