|
|
|
@ -51,6 +51,12 @@ queryByCondition
|
|
|
|
|
@if(!isEmpty(teacherEmail)){
|
|
|
|
|
and t.teacher_email =#teacherEmail#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherGender)){
|
|
|
|
|
and t.teacher_gender =#teacherGender#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherGender)){
|
|
|
|
|
and t.teacher_gender =#teacherGender#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherStatus)){
|
|
|
|
|
and t.teacher_status =#teacherStatus#
|
|
|
|
|
@}
|
|
|
|
@ -311,6 +317,9 @@ getTeacherValues
|
|
|
|
|
@if(!isEmpty(teacherEmail)){
|
|
|
|
|
and t.teacher_email =#teacherEmail#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherGender)){
|
|
|
|
|
and t.teacher_gender =#teacherGender#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherStatus)){
|
|
|
|
|
and t.teacher_status =#teacherStatus#
|
|
|
|
|
@}
|
|
|
|
|