q
This commit is contained in:
parent
4edbca5f67
commit
ba7fb4ae8c
@ -150,7 +150,7 @@ func (r *OrderProductDao) GetOrderProductPageSearch(req requests.GetOrderProduct
|
||||
return db.Select("user_id", "user_name", "doctor_id")
|
||||
}).Preload("TransferUserDoctor", func(db *gorm.DB) *gorm.DB {
|
||||
return db.Select("user_id", "user_name", "doctor_id")
|
||||
}).Select("transfer_doctor_id")
|
||||
})
|
||||
})
|
||||
|
||||
// 患者名称
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user