修改个人所得税计算

This commit is contained in:
wucongxing 2023-11-06 09:37:54 +08:00
parent 9e1ff5f760
commit 361cd4f33f

View File

@ -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; // 税率