Browse Source

feat:教务端学员云教练数据统计

Joburgess 3 years ago
parent
commit
86f9a1651b
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">
     <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>