|
|
@ -37,7 +37,11 @@ queryByCondition
|
|
|
|
and t.org_id =#orgId#
|
|
|
|
and t.org_id =#orgId#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(orgIdPlural)){
|
|
|
|
@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)){
|
|
|
|
@if(!isEmpty(courseInfoFullId)){
|
|
|
|
and a.course_info_full_id like #courseInfoFullId+"%"#
|
|
|
|
and a.course_info_full_id like #courseInfoFullId+"%"#
|
|
|
|