Merge remote-tracking branch 'origin/beetlsql3-dev' into beetlsql3-dev

beetlsql3-dev
姚丹ab 2 years ago
commit 7a653fe78d

@ -32,9 +32,9 @@ queryByCondition
@if(!isEmpty(teacherOpenCourseIdPlural)){
and find_in_set(t.teacher_open_course_id,#teacherOpenCourseIdPlural#)
@}
@if(!isEmpty( )){
@if(!isEmpty(schoolClassIds)){
and IF
( t.school_class_idsZ not null, TRUE,
((t.school_class_ids is null or t.school_class_ids = ''), TRUE,
@for(var classId in strUtil.split(schoolClassIds, ',')) {
find_in_set(#classId#, t.school_class_ids) or
@}

Loading…
Cancel
Save