Explorar el Código

fix:草稿状态,审核列表不展示

liujunchi hace 2 años
padre
commit
d323b12c88

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

@@ -408,7 +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
+			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