|
|
@ -201,6 +201,9 @@ queryByConditionQuery
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
@if(!isEmpty(studentGender)){
|
|
|
|
|
|
|
|
and t.student_gender =#studentGender#
|
|
|
|
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(studentStatuses)){
|
|
|
|
@if(!isEmpty(studentStatuses)){
|
|
|
|
and find_in_set(t.student_status,#studentStatuses#)
|
|
|
|
and find_in_set(t.student_status,#studentStatuses#)
|
|
|
|
@}
|
|
|
|
@}
|
|
|
@ -315,6 +318,9 @@ queryByCondition2Student
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
@if(!isEmpty(studentGender)){
|
|
|
|
|
|
|
|
and t.student_gender =#studentGender#
|
|
|
|
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(studentStatuses)){
|
|
|
|
@if(!isEmpty(studentStatuses)){
|
|
|
|
and find_in_set(t.student_status,#studentStatuses#)
|
|
|
|
and find_in_set(t.student_status,#studentStatuses#)
|
|
|
|
@}
|
|
|
|
@}
|
|
|
@ -559,6 +565,9 @@ getExcelValues2Competition
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
@if(!isEmpty(studentGender)){
|
|
|
|
|
|
|
|
and t.student_gender =#studentGender#
|
|
|
|
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(studentPassword)){
|
|
|
|
@if(!isEmpty(studentPassword)){
|
|
|
|
and t.student_password =#studentPassword#
|
|
|
|
and t.student_password =#studentPassword#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
@ -687,6 +696,9 @@ getExcelValues2Competition
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
@if(!isEmpty(studentGender)){
|
|
|
|
|
|
|
|
and t.student_gender =#studentGender#
|
|
|
|
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(studentPassword)){
|
|
|
|
@if(!isEmpty(studentPassword)){
|
|
|
|
and t.student_password =#studentPassword#
|
|
|
|
and t.student_password =#studentPassword#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
@ -780,6 +792,9 @@ getStudentValues
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
@if(!isEmpty(studentGender)){
|
|
|
|
|
|
|
|
and t.student_gender =#studentGender#
|
|
|
|
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(studentPassword)){
|
|
|
|
@if(!isEmpty(studentPassword)){
|
|
|
|
and t.student_password =#studentPassword#
|
|
|
|
and t.student_password =#studentPassword#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
@ -839,6 +854,9 @@ getValuesByQuery
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
@if(!isEmpty(studentStatus)){
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
and t.student_status =#studentStatus#
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
@if(!isEmpty(studentGender)){
|
|
|
|
|
|
|
|
and t.student_gender =#studentGender#
|
|
|
|
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(studentStatuses)){
|
|
|
|
@if(!isEmpty(studentStatuses)){
|
|
|
|
and find_in_set(t.student_status,#studentStatuses#)
|
|
|
|
and find_in_set(t.student_status,#studentStatuses#)
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|