|
@@ -173,6 +173,6 @@
|
|
|
<select id="queryIntersectionByPaymentDate" resultType="int" parameterType="map">
|
|
|
SELECT count(*) FROM music_group_payment_calender mgpc
|
|
|
WHERE music_group_id_ = #{musicGroupId}
|
|
|
- and (start_payment_date_ betwwen #{startPaymentDate} and #{deadlinePaymentDate} or deadline_payment_date_ betwwen #{startPaymentDate} and #{deadlinePaymentDate})
|
|
|
+ and (start_payment_date_ between #{startPaymentDate} and #{deadlinePaymentDate} or deadline_payment_date_ between #{startPaymentDate} and #{deadlinePaymentDate})
|
|
|
</select>
|
|
|
</mapper>
|