Przeglądaj źródła

Merge branch 'music_score'

Joburgess 4 lat temu
rodzic
commit
0be1b03a39

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

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