修改提现数据2
This commit is contained in:
@@ -363,7 +363,7 @@ func (r *DoctorWithdrawalService) getDoctorWithdrawalOrderAmountTotal(withdrawal
|
||||
for _, v := range doctorWithdrawalOrders {
|
||||
// 获取订单数据
|
||||
orderInquiryDao := dao.OrderInquiryDao{}
|
||||
orderInquiry, err := orderInquiryDao.GetOrderInquiryById(v.OrderInquiryId)
|
||||
orderInquiry, err := orderInquiryDao.GetOrderInquiryByOrderId(v.OrderId)
|
||||
if err != nil {
|
||||
return 0, errors.New("订单数据错误")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user