Browse Source

Merge branch 'music_score'

Joburgess 4 years ago
parent
commit
0be1b03a39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/TeacherMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/TeacherMapper.xml

@@ -1397,7 +1397,7 @@
 
     <sql id="queryMemberStudentDataCondition">
         <where>
-            su.del_flag_=0
+            su.del_flag_=0 AND su.lock_flag_=0
             <if test="organId!=null and organId!=''">
                 AND tea.organ_id_ = #{organId}
             </if>