修正了获取医生账户余额 金额计算错误,6.14+0.01=6.1499999问题
This commit is contained in:
parent
9253a7cf66
commit
6761c5876b
@ -387,7 +387,7 @@ class DoctorAccountService extends BaseService
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 计算订单总金额
|
// 计算订单总金额
|
||||||
$amount_total += $order_inquiry['amount_total'];
|
$amount_total = bcadd($amount_total,$order_inquiry["amount_total"],2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 提现金额
|
// 提现金额
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user