From 361cd4f33fb31e302f132dbfd1d9ea8daba71fa9 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 6 Nov 2023 09:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E6=89=80?= =?UTF-8?q?=E5=BE=97=E7=A8=8E=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAccountService.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Services/DoctorAccountService.php b/app/Services/DoctorAccountService.php index 7bcf49e..cb4221e 100644 --- a/app/Services/DoctorAccountService.php +++ b/app/Services/DoctorAccountService.php @@ -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; // 税率