diff --git a/business/model/withdrawal_record.go b/business/model/withdrawal_record.go index 8bd288389..757df880b 100644 --- a/business/model/withdrawal_record.go +++ b/business/model/withdrawal_record.go @@ -43,7 +43,6 @@ type AddWithdrawalRecordReq struct { func (*WithdrawalRecord) TableUnique() [][]string { return [][]string{ []string{"OrderID"}, - []string{"AlipayOrderId"}, } }