|
@@ -141,6 +141,9 @@
|
|
<if test="userId != null">
|
|
<if test="userId != null">
|
|
mgpc.user_id_ = #{userId}
|
|
mgpc.user_id_ = #{userId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="id != null">
|
|
|
|
+ mgpc.music_group_payment_calender_id_ = #{id}
|
|
|
|
+ </if>
|
|
<if test="paymentStatus != null">
|
|
<if test="paymentStatus != null">
|
|
mgpc.payment_status_ = #{paymentStatus,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
mgpc.payment_status_ = #{paymentStatus,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
</if>
|
|
</if>
|
|
@@ -148,7 +151,6 @@
|
|
FIND_IN_SET(#{subjectId},s.subject_id_list_)
|
|
FIND_IN_SET(#{subjectId},s.subject_id_list_)
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
- GROUP BY mgpc.id_
|
|
|
|
ORDER BY mgpc.create_time_
|
|
ORDER BY mgpc.create_time_
|
|
<include refid="global.limit" />
|
|
<include refid="global.limit" />
|
|
</select>
|
|
</select>
|
|
@@ -162,6 +164,9 @@
|
|
<if test="userId != null">
|
|
<if test="userId != null">
|
|
user_id_ = #{userId}
|
|
user_id_ = #{userId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="id != null">
|
|
|
|
+ mgpc.music_group_payment_calender_id_ = #{id}
|
|
|
|
+ </if>
|
|
<if test="subjectId != null">
|
|
<if test="subjectId != null">
|
|
FIND_IN_SET(#{subjectId},s.subject_id_list_)
|
|
FIND_IN_SET(#{subjectId},s.subject_id_list_)
|
|
</if>
|
|
</if>
|