Browse Source

Merge branch 'dev_v1.3.7_20221020'

liujunchi 3 years ago
parent
commit
90fa4c2e9c

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/VideoLessonGroupMapper.xml

@@ -408,6 +408,7 @@
 		LEFT JOIN `subject` s ON g.lesson_subject_=s.id_
 		LEFT JOIN sys_user t ON g.teacher_id_=t.id_
 		<where>
+			g.audit_status_ is not null and g.draft_flag_  = 0
 			<if test="null != param.search and '' != param.search">
 				AND (
 					g.id_ LIKE CONCAT('%', #{param.search}, '%') OR