From c22137d83b22d2dbe19677c7a02e66432ed9186b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 12 Jul 2022 14:39:20 +0800 Subject: [PATCH] 1 --- business/model/withdrawal_record.go | 1 - 1 file changed, 1 deletion(-) 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"}, } }