|
@@ -334,13 +334,13 @@
|
|
|
AND NOT EXISTS ( SELECT id_ FROM course_schedule_student_payment WHERE batch_no_ = mgpcd.music_group_payment_calender_id_ AND music_group_id_ = #{musicGroupId} )
|
|
|
</select>
|
|
|
|
|
|
- <select id="getWithCalenderIds" resultType="com.ym.mec.biz.dal.entity.MusicGroupPaymentCalenderDetail">
|
|
|
+ <select id="getWithCalenderIds" resultMap="MusicGroupPaymentCalenderDetail">
|
|
|
SELECT
|
|
|
mgpcd.*
|
|
|
FROM
|
|
|
music_group_payment_calender_detail mgpcd
|
|
|
WHERE
|
|
|
- mgpc.music_group_payment_calender_id_ IN
|
|
|
+ mgpcd.music_group_payment_calender_id_ IN
|
|
|
<foreach collection="calenderIds" item="calenderId" open="(" close=")" separator=",">
|
|
|
#{calenderId}
|
|
|
</foreach>
|