diff --git a/app/Services/DoctorAccountService.php b/app/Services/DoctorAccountService.php index fd5c223..313e2bb 100644 --- a/app/Services/DoctorAccountService.php +++ b/app/Services/DoctorAccountService.php @@ -218,7 +218,7 @@ class DoctorAccountService extends BaseService } // 处理入账金额 - if ($result['order_type'] == 4){ + if ($result['order_type'] == 5){ $result['estimate_income'] = bcmul( (string)$order_service_package_detail['single_inquiry_price'], (string)$order_service_package_detail['service_count'],