4
This commit is contained in:
parent
f9db6fb1ff
commit
58149a8c08
@ -13,7 +13,9 @@ func ComputeIndividualIncomeTax(income float64) float64 {
|
||||
}
|
||||
|
||||
// 实际纳税金额
|
||||
income = income * 0.8
|
||||
if income > 4000 {
|
||||
income = income * 0.8
|
||||
}
|
||||
|
||||
// 税率、速算扣除数
|
||||
var taxRate, quickDeduction float64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user