根据院系查询班级的bug

beetlsql3-dev
Mlxa0324 2 years ago
parent b4021dcd55
commit 0e941d5e2f

@ -73,6 +73,9 @@ getSchoolClassValues
@if(!isEmpty(universitySystemId)){
and t.university_system_id =#universitySystemId#
@}
@if(!isEmpty(universityFacultyId)){
and t.university_faculty_id =#universityFacultyId#
@}
@if(!isEmpty(className)){
and t.class_name like #'%'+className+'%'#
@}

Loading…
Cancel
Save