Joburgess 5 years ago
parent
commit
19516e2a82
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/PracticeGroupMapper.xml

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

@@ -534,6 +534,7 @@
             sys_user su
         WHERE
             1=1
+            AND su.del_flag_=0 AND su.lock_flag_=0
 			AND FIND_IN_SET('STUDENT',su.user_type_)
             <if test="organIdList!=null">
                 AND su.organ_id_ IN