修正
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user