소스 검색

内容管理

zouxuan 1 년 전
부모
커밋
cdb5e276dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

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

@@ -883,7 +883,7 @@
             resultType="com.dayaedu.cbs.openfeign.wrapper.music.CbsMusicSheetExtendWrapper$MusicSheetExtend">
         select su.id_ userId,su.username_ username
              ,'TEACHER' clientType,su.phone_ phone from sys_user su
-        where su.user_type_ LIKE '%TEACHER%' AND su.del_flag_ = 0
+        where su.user_type_ LIKE '%TEACHER%' AND su.del_flag_ = 0 AND su.lock_flag_ = 0
         <if test="param.name != null and param.name != ''">
             AND (su.phone_ LIKE CONCAT('%',#{param.name},'%') OR su.username_ LIKE CONCAT('%',#{param.name},'%'))
         </if>