2 커밋 eab4228b0e ... 9858c5b40f

작성자 SHA1 메시지 날짜
  liujc 9858c5b40f Merge branch 'feature/0822_logoff' into develop-new 2 일 전
  liujc 536c7dbc68 fix 2 일 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/VideoLessonGroupMapper.xml

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

@@ -359,7 +359,7 @@
 		LEFT JOIN sys_user u ON g.teacher_id_=u.id_
 		LEFT JOIN `subject` s ON g.lesson_subject_ = s.id_
 		<where>
-			AND  u.del_flag_ = 0
+<!--			AND  u.del_flag_ = 0-->
 			<if test="null != param.search and '' != param.search">
 				AND (
 				u.username_ LIKE CONCAT('%', #{param.search}, '%') OR