|
@@ -1040,7 +1040,7 @@
|
|
|
</select>
|
|
|
<select id="queryMusicGroupIds" resultType="java.lang.String">
|
|
|
SELECT DISTINCT spo.music_group_id_ FROM student_payment_order spo
|
|
|
- WHERE spo.type_ != 'OTHER' AND spo.music_group_id_ IS NOT NULL AND spo.user_id_ = #{userId}
|
|
|
+ WHERE spo.type_ != 'OTHER' AND spo.music_group_id_ IS NOT NULL AND spo.user_id_ = #{userId} AND spo.type_='SUCCESS'
|
|
|
<include refid="global.limit"/>
|
|
|
</select>
|
|
|
<select id="countExistRepeatInDateZone" resultType="int">
|