333
This commit is contained in:
@@ -416,7 +416,7 @@ func (r *ExportService) DoctorWithdrawal(doctorWithdrawals []*model.DoctorWithdr
|
||||
paymentStatus := "未知"
|
||||
if v.PaymentStatus == 0 {
|
||||
paymentStatus = "未打款"
|
||||
} else if v.ExamineStatus == 1 {
|
||||
} else if v.PaymentStatus == 1 {
|
||||
paymentStatus = "已打款"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user