3
This commit is contained in:
@@ -366,7 +366,7 @@ func (r *DoctorWithdrawalService) getDoctorWithdrawalOrderAmountTotal(withdrawal
|
||||
return 0, errors.New("存在未结束订单,数据错误")
|
||||
}
|
||||
|
||||
if orderInquiry.IsWithdrawal != 0 {
|
||||
if orderInquiry.IsWithdrawal == 1 {
|
||||
return 0, errors.New("存在已被提现订单,数据错误")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user