1
This commit is contained in:
parent
11da0bb93b
commit
f23d79f959
@ -399,7 +399,7 @@ class DoctorAccountService extends BaseService
|
||||
// 实际提现金额
|
||||
$withdrawal_amount = $amount_total - $income_tax;
|
||||
|
||||
if ($withdrawal_amount_total != $withdrawal_amount){
|
||||
if ($withdrawal_amount_total != floor($withdrawal_amount * 100) / 100){
|
||||
return fail(HttpEnumCode::SERVER_ERROR,"金额不符合");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user