新增:提现详情
This commit is contained in:
@@ -77,6 +77,12 @@ func (r *DoctorWithdrawalDao) GetDoctorWithdrawalPageSearch(req requests.GetDoct
|
||||
return db.Omit("open_id", "union_id", "wx_session_key")
|
||||
})
|
||||
|
||||
// 提现关联银行卡
|
||||
query = query.Preload("DoctorWithdrawalBank")
|
||||
|
||||
// 基础银行卡
|
||||
query = query.Preload("DoctorWithdrawalBank.BasicBank")
|
||||
|
||||
// 医生姓名
|
||||
if req.UserName != "" {
|
||||
subQuery := global.Db.Model(&model.UserDoctor{}).
|
||||
|
||||
Reference in New Issue
Block a user