Explorar o código

feat:乐团费用改造

Joburgess %!s(int64=4) %!d(string=hai) anos
pai
achega
a02dc3bd52

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/MusicGroupPaymentCalenderDetailMapper.xml

@@ -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>