获取我的账户月账单明细数据2

This commit is contained in:
wucongxing8150 2024-05-07 19:47:25 +08:00
parent 7b106566ec
commit ce18ee6352

View File

@ -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'],