@ -37,7 +37,11 @@ queryByCondition
and t.org_id =#orgId#
@}
@if(!isEmpty(orgIdPlural)){
and find_in_set(t.org_id, #orgIdPlural#)
and (find_in_set(t.org_id, #orgIdPlural#)
@if(contain("null", orgIdPlural)){
or t.org_id is null
)
@if(!isEmpty(courseInfoFullId)){
and a.course_info_full_id like #courseInfoFullId+"%"#
@ -79,7 +79,11 @@ queryByCondition
@if(isEmpty(seeSelf) && !isEmpty(userId)){
and t.user_id =#userId#