修正问诊类目录

This commit is contained in:
2023-02-28 19:19:41 +08:00
parent fd8f2cb7b7
commit d23afb5491
11 changed files with 167 additions and 109 deletions
+2 -2
View File
@@ -485,8 +485,8 @@ class UserDoctorService extends BaseService
}
// 获取医生当日接诊的订单金额
$OrderInquiryService = new OrderInquiryService();
$estimate_income = $OrderInquiryService->getDoctorDayAmountTotal($user_info['client_user_id'],date('Y-m-d',time()));
$InquiryService = new InquiryService();
$estimate_income = $InquiryService->getDoctorDayAmountTotal($user_info['client_user_id'],date('Y-m-d',time()));
if (!empty($estimate_income)){
$estimate_income = $estimate_income * 0.75;
}