@@ -111,6 +111,9 @@
<if test="organId != null and organId != ''">
AND FIND_IN_SET(mg.organ_id_,#{organId})
</if>
+ <if test="search != null and search != ''">
+ AND (mgq.user_id_ = #{search} OR mgq.music_group_id_ = #{search})
+ </if>
</where>
</sql>