|
|
@ -203,7 +203,7 @@ getAllByApplicationIds
|
|
|
|
@} else {
|
|
|
|
@} else {
|
|
|
|
and b.universities_colleges_id = -1
|
|
|
|
and b.universities_colleges_id = -1
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
WHERE a.course_label_type = '理论课程类' AND t.course_info_status = 1 AND t.course_info_type = 1
|
|
|
|
@if(!isEmpty(applicationIds)){
|
|
|
|
@if(!isEmpty(applicationIds)){
|
|
|
|
and find_in_set(c.resources_application_id, #applicationIds#)
|
|
|
|
and find_in_set(c.resources_application_id, #applicationIds#)
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
WHERE a.course_label_type = '理论课程类' AND t.course_info_status = 1 AND t.course_info_type = 1
|
|
|
|
|
|
|
|