2
This commit is contained in:
parent
265ae82fb6
commit
f9db6fb1ff
@ -118,7 +118,7 @@ func (r *DoctorWithdrawalService) PutDoctorWithdrawalIncome(req requests.PutDoct
|
||||
}()
|
||||
|
||||
// 计算实际提现金额
|
||||
actualWithdrawalAmount := math.Floor((doctorWithdrawal.AppliedWithdrawalAmount-req.IncomeTax)*0.75*100) / 100
|
||||
actualWithdrawalAmount := math.Floor((doctorWithdrawal.AppliedWithdrawalAmount-req.IncomeTax)*100) / 100
|
||||
|
||||
// 提现申请修改数据-提现金额固定不动,修改个人所得税,实际提现金额跟随变动
|
||||
doctorWithdrawalData := make(map[string]interface{})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user