Browse Source

fix 在读人数导出

周箭河 5 years ago
parent
commit
1d83ecf469
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/MusicGroupMapper.xml

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

@@ -522,6 +522,7 @@
             <if test="organIds != null">
                 AND FIND_IN_SET (mg.organ_id_,#{organIds})
             </if>
+            AND (mg.del_flag_ IS NULL OR mg.del_flag_=0)
         </where>
         GROUP BY mg.id_
         ORDER BY mg.create_time_ ASC