|
|
|
@ -28,6 +28,9 @@ queryByCondition
|
|
|
|
|
@if(!isEmpty(courseInfoId)){
|
|
|
|
|
and t.course_info_id =#courseInfoId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoFullId)){
|
|
|
|
|
and t.course_info_full_id =#courseInfoFullId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoIdPlural)){
|
|
|
|
|
and find_in_set(t.course_info_id, #courseInfoIdPlural#)
|
|
|
|
|
@}
|
|
|
|
@ -107,6 +110,9 @@ queryByConditionQuery
|
|
|
|
|
@if(!isEmpty(courseInfoId)){
|
|
|
|
|
and t.course_info_id =#courseInfoId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoFullId)){
|
|
|
|
|
and t.course_info_full_id =#courseInfoFullId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoIdPlural)){
|
|
|
|
|
and find_in_set(t.course_info_id, #courseInfoIdPlural#)
|
|
|
|
|
@}
|
|
|
|
@ -331,6 +337,9 @@ getCourseInfoValues
|
|
|
|
|
@if(!isEmpty(courseInfoId)){
|
|
|
|
|
and t.course_info_id =#courseInfoId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoFullId)){
|
|
|
|
|
and t.course_info_full_id =#courseInfoFullId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoIdPlural)){
|
|
|
|
|
and find_in_set(t.course_info_id, #courseInfoIdPlural#)
|
|
|
|
|
@}
|
|
|
|
@ -491,6 +500,9 @@ getValues
|
|
|
|
|
@if(!isEmpty(courseInfoId)){
|
|
|
|
|
and t.course_info_id =#courseInfoId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoFullId)){
|
|
|
|
|
and t.course_info_full_id =#courseInfoFullId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoIdPlural)){
|
|
|
|
|
and find_in_set(t.course_info_id, #courseInfoIdPlural#)
|
|
|
|
|
@}
|
|
|
|
@ -556,6 +568,9 @@ getValuesQuery
|
|
|
|
|
@if(!isEmpty(courseInfoId)){
|
|
|
|
|
and t.course_info_id =#courseInfoId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoFullId)){
|
|
|
|
|
and t.course_info_full_id =#courseInfoFullId#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(courseInfoIdPlural)){
|
|
|
|
|
and find_in_set(t.course_info_id, #courseInfoIdPlural#)
|
|
|
|
|
@}
|
|
|
|
|