@ -58,7 +58,9 @@ public class ResourcesCourseInfoAuthDetailsVO extends BaseEntity {
"\tLEFT JOIN universities_colleges_jurisdiction_experimental_system tb ON tb.type_id = ta.resources_application_id \n" +
"\tLEFT JOIN universities_colleges_jurisdiction_experimental_system tb ON tb.type_id = ta.resources_application_id \n" +
"\tAND tb.use_type != 0 \n" +
"\tAND tb.use_type != 0 \n" +
"\tAND tb.use_type IS NOT NULL \n" +
"\tAND tb.use_type IS NOT NULL \n" +
"@if(!isEmpty(orgId) && orgId != 1) { \n" +
"\tAND tb.org_id = #orgId# \n" +
"\tAND tb.org_id = #orgId# \n" +
"@} \n" +
"\tAND ( now() BETWEEN tb.use_start_time AND tb.use_end_time )\n" +
"\tAND ( now() BETWEEN tb.use_start_time AND tb.use_end_time )\n" +
"\tLEFT JOIN course_label td ON td.course_label_id = t.course_label_id \n" +
"\tLEFT JOIN course_label td ON td.course_label_id = t.course_label_id \n" +
"\tAND td.course_label_status = 1\n" +
"\tAND td.course_label_status = 1\n" +
@ -85,7 +87,9 @@ public class ResourcesCourseInfoAuthDetailsVO extends BaseEntity {
" LEFT JOIN universities_colleges_jurisdiction_curriculum_resources tb ON tb.course_info_id = t.course_info_id\n" +
" LEFT JOIN universities_colleges_jurisdiction_curriculum_resources tb ON tb.course_info_id = t.course_info_id\n" +
" AND tb.use_type != 0\n" +
" AND tb.use_type != 0\n" +
" AND tb.use_type IS NOT NULL\n" +
" AND tb.use_type IS NOT NULL\n" +
" AND tb.org_id = #orgId#\n" +
" @if(!isEmpty(orgId) && orgId != 1) { \n" +
" \tAND tb.org_id = #orgId# \n" +
" @} \n" +
" AND ( now() BETWEEN tb.use_start_time AND tb.use_end_time )\n" +
" AND ( now() BETWEEN tb.use_start_time AND tb.use_end_time )\n" +
" LEFT JOIN course_label td ON td.course_label_id = t.course_label_id\n" +
" LEFT JOIN course_label td ON td.course_label_id = t.course_label_id\n" +
" AND td.course_label_status = 1\n" +
" AND td.course_label_status = 1\n" +