@@ -433,6 +433,7 @@
</resultMap>
<sql id="MusicGroupPaymentCalenderAuditDtoSql">
<where>
+ mgpc.batch_no_ IS NOT NULL
<if test="paymentType != null">
AND mgpc.payment_type_ = #{paymentType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
</if>