修改预计收入
This commit is contained in:
parent
c7496d01e8
commit
179977ec26
@ -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']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user