|
@@ -116,7 +116,7 @@
|
|
|
</if>
|
|
|
|
|
|
<if test="status != null">
|
|
|
- AND mg.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
+ AND mgq.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
<if test="search != null and search != ''">
|
|
|
AND (mgq.user_id_ = #{search} OR mgq.music_group_id_ = #{search})
|