|
|
|
@ -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+'%'#
|
|
|
|
|
@}
|
|
|
|
|