修正修改医生 银行卡问题
This commit is contained in:
parent
6751b1d312
commit
5ea6f1d92c
@ -583,11 +583,6 @@ func (r *UserDoctorService) PutUserDoctor(doctorId int64, req requests.PutUserDo
|
||||
}
|
||||
|
||||
// 修改医生银行卡数据
|
||||
fmt.Println(provinceId)
|
||||
fmt.Println(cityId)
|
||||
fmt.Println(countyId)
|
||||
fmt.Println(bankId)
|
||||
fmt.Println(bankCardCode)
|
||||
if doctorBankCard == nil {
|
||||
if provinceId != 0 && cityId != 0 && countyId != 0 && bankId != 0 && bankCardCode != "" {
|
||||
// 新增医生银行卡表
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user