This commit is contained in:
admin
2026-04-27 23:19:08 +09:00
parent a646a81719
commit 5026282136
10 changed files with 2 additions and 5424 deletions

View File

@@ -300,7 +300,7 @@ class PayrollCalculationService:
# まず指定年度の標準報酬月額表を検索
cur.execute(
"""
SELECT monthly_amount
SELECT monthly_amount, child_support
FROM standard_remuneration
WHERE rate_year = %s
AND salary_from <= %s
@@ -318,7 +318,7 @@ class PayrollCalculationService:
previous_year = target_year - year_offset
cur.execute(
"""
SELECT monthly_amount
SELECT monthly_amount, child_support
FROM standard_remuneration
WHERE rate_year = %s
AND salary_from <= %s