|
|
|
@ -37,6 +37,12 @@ queryByCondition
|
|
|
|
|
@if(!isEmpty(studentClientLinkOpenType)){
|
|
|
|
|
and t.student_client_link_open_type =#studentClientLinkOpenType#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(studentClientLinkDesc)){
|
|
|
|
|
and t.student_client_link_desc =#studentClientLinkDesc#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(studentClientLinkDesc)){
|
|
|
|
|
and t.student_client_link_desc =#studentClientLinkDesc#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(createTime)){
|
|
|
|
|
and t.create_time =#createTime#
|
|
|
|
|
@}
|
|
|
|
@ -91,6 +97,9 @@ queryByConditionQuery
|
|
|
|
|
@if(!isEmpty(studentClientLinkOpenType)){
|
|
|
|
|
and t.student_client_link_open_type =#studentClientLinkOpenType#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(studentClientLinkDesc)){
|
|
|
|
|
and t.student_client_link_desc =#studentClientLinkDesc#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(createTime)){
|
|
|
|
|
and t.create_time =#createTime#
|
|
|
|
|
@}
|
|
|
|
@ -189,6 +198,13 @@ updateGivenByIds
|
|
|
|
|
student_client_link_open_type = #studentClientLinkOpenType# ,
|
|
|
|
|
@}
|
|
|
|
|
@}
|
|
|
|
|
@if(contain("studentClientLinkDesc",_given)){
|
|
|
|
|
@if(isEmpty(studentClientLinkDesc)){
|
|
|
|
|
student_client_link_desc = null ,
|
|
|
|
|
@}else{
|
|
|
|
|
student_client_link_desc = #studentClientLinkDesc# ,
|
|
|
|
|
@}
|
|
|
|
|
@}
|
|
|
|
|
@if(contain("createTime",_given)){
|
|
|
|
|
@if(isEmpty(createTime)){
|
|
|
|
|
create_time = null ,
|
|
|
|
@ -247,6 +263,9 @@ getStudentClientLinkValues
|
|
|
|
|
@if(!isEmpty(studentClientLinkOpenType)){
|
|
|
|
|
and t.student_client_link_open_type =#studentClientLinkOpenType#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(studentClientLinkDesc)){
|
|
|
|
|
and t.student_client_link_desc =#studentClientLinkDesc#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(createTime)){
|
|
|
|
|
and t.create_time =#createTime#
|
|
|
|
|
@}
|
|
|
|
@ -293,6 +312,9 @@ getValuesByQuery
|
|
|
|
|
@if(!isEmpty(studentClientLinkOpenType)){
|
|
|
|
|
and t.student_client_link_open_type =#studentClientLinkOpenType#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(studentClientLinkDesc)){
|
|
|
|
|
and t.student_client_link_desc =#studentClientLinkDesc#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(createTime)){
|
|
|
|
|
and t.create_time =#createTime#
|
|
|
|
|
@}
|
|
|
|
@ -345,6 +367,9 @@ getValuesByQueryNotWithPermission
|
|
|
|
|
@if(!isEmpty(studentClientLinkOpenType)){
|
|
|
|
|
and t.student_client_link_open_type =#studentClientLinkOpenType#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(studentClientLinkDesc)){
|
|
|
|
|
and t.student_client_link_desc =#studentClientLinkDesc#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(createTime)){
|
|
|
|
|
and t.create_time =#createTime#
|
|
|
|
|
@}
|
|
|
|
|