1
This commit is contained in:
parent
c39545b638
commit
35c0925b0d
@ -277,7 +277,7 @@ func (r *DoctorWithdrawalService) PutDoctorWithdrawalExamine(req requests.PutDoc
|
||||
}
|
||||
}
|
||||
|
||||
tx.Commit()
|
||||
// tx.Commit()
|
||||
return true, nil
|
||||
}
|
||||
|
||||
@ -382,7 +382,7 @@ func (r *DoctorWithdrawalService) getDoctorWithdrawalOrderAmountTotal(withdrawal
|
||||
|
||||
var orderInquiryAmountTotal = decimal.NewFromFloat(orderInquiry.AmountTotal)
|
||||
|
||||
amountTotal = amountTotal.Sub(orderInquiryAmountTotal)
|
||||
amountTotal = amountTotal.Add(orderInquiryAmountTotal)
|
||||
}
|
||||
|
||||
// 分成比例
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user