feat(recurring): 고정지출 무료 2건 허용(써보고 업셀) — 유료전용 해제
Deploy / deploy (push) Failing after 13m57s

WebConfig에서 /recurrings 유료 게이트 제거, 무료는 생성 시 종류무관 2건 한도(초과 400).
유료·관리자 무제한, 복원은 한도 미적용. RecurringMapper.countByMember 추가.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sb
2026-07-07 21:22:31 +09:00
parent 489c3aacb7
commit 0780546d4f
6 changed files with 20 additions and 4 deletions
@@ -78,4 +78,8 @@
UPDATE recurring SET last_run_date = #{lastRunDate} WHERE id = #{id}
</update>
<select id="countByMember" parameterType="long" resultType="int">
SELECT COUNT(*) FROM recurring WHERE member_id = #{memberId}
</select>
</mapper>