diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 78124a3..2773b0f 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -565,7 +565,7 @@ class UserDoctorService extends BaseService $InquiryService = new InquiryService(); $estimate_income = $InquiryService->getDoctorDayAmountTotal($user_info['client_user_id'], date('Y-m-d', time())); if (!empty($estimate_income)) { - $estimate_income = floor($estimate_income * 100) / 100; + $estimate_income = floor($estimate_income * 0.75 * 100) / 100; } $user_doctor['avatar'] = addAliyunOssWebsite($user_doctor['avatar']);