zouxuan 11 months ago
parent
commit
34de2fe964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ExportMapper.xml

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

@@ -61,7 +61,7 @@
         left join class_group cg ON cg.id_ = cs.class_group_id_
         left join music_group mg ON mg.id_ = cs.music_group_id_
         left join organization o ON o.id_ = mg.organ_id_
-        where cs.group_type_ = 'MUSIC' AND cs.`del_flag_` = 0 AND cs.is_lock_ = 0 and cs.pre_course_flag_ != 1 and cg.del_flag_ = 0
+        where cs.group_type_ = 'MUSIC' AND cs.`del_flag_` = 0 AND cs.is_lock_ = 0 and cs.pre_course_flag_ != 1
         <if test="organIds != null and organIds != ''">
             AND FIND_IN_SET(cs.organ_id_,#{organIds})
         </if>