From 9f61dd5bc72cc6276d50d79d846a1d424c8a391d Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 26 Apr 2022 13:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=89=93=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/api/manage/withdrawals/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/manage/withdrawals/update.go b/internal/api/manage/withdrawals/update.go index 7d71199..dad1363 100755 --- a/internal/api/manage/withdrawals/update.go +++ b/internal/api/manage/withdrawals/update.go @@ -66,7 +66,7 @@ func UploadExcel(c *gin.Context) { // } //} - if r[17] == "已打款" || r[17] == "已支付" { + if r[15] == "已打款" || r[15] == "已支付" { id, _ := strconv.Atoi(r[2]) if id <= 0 { continue