修改个人所得税计算
This commit is contained in:
parent
9e1ff5f760
commit
361cd4f33f
@ -563,7 +563,9 @@ class DoctorAccountService extends BaseService
|
||||
}
|
||||
|
||||
// 实际纳税金额
|
||||
$income = $income * 0.8;
|
||||
if ($income > 4000){
|
||||
$income = $income * 0.8;
|
||||
}
|
||||
|
||||
if ($income <= 20000) {
|
||||
$tax_rate = 0.2; // 税率
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user