From 86981200c19616de11d35ce01dafcefaa8cf12e7 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Wed, 21 Jun 2023 14:57:22 +0800 Subject: [PATCH] =?UTF-8?q?cp=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/cp_pairs_stat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cp_pairs_stat.go b/script/cp_pairs_stat.go index 7ed2a5e..ab79dd9 100644 --- a/script/cp_pairs_stat.go +++ b/script/cp_pairs_stat.go @@ -97,7 +97,7 @@ func main() { row := sheet.AddRow() c1, c2, c3, c4, c5, c6 := row.AddCell(), row.AddCell(), row.AddCell(), row.AddCell(), row.AddCell(), row.AddCell() c1.Value, c2.Value, c3.Value, c4.Value, c5.Value, c6.Value = - ats26(d.Id), ats26(d.UserId1), ats26(d.UserId2), ats26(d.UserId1Area), ats26(d.UserId2Area), ats26(d.Level) + ats26(d.Id), ats26(d.Code1), ats26(d.Code2), ats26(d.UserId1Area), ats26(d.UserId2Area), ats26(d.Level) } _ = xlFile.Save(excelFileName) -- 2.22.0