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