|
@@ -204,10 +204,10 @@
|
|
|
<if test="musicGroupId != null">
|
|
|
and mgpc.music_group_id_ = #{musicGroupId}
|
|
|
</if>
|
|
|
- <if test="musicGroupId != null">
|
|
|
+ <if test="payUserType != null">
|
|
|
and mgpc.pay_user_type_ = #{payUserType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
- <if test="musicGroupId != null">
|
|
|
+ <if test="status != null">
|
|
|
and mgpc.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
</where>
|