From 0f937e383de55a560814ebe2aaa28f2bb6ae619f Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 2 Mar 2023 09:24:15 +0800 Subject: [PATCH] bug fix --- supplier/afsAudit.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supplier/afsAudit.go b/supplier/afsAudit.go index a0e6f6a..4427f52 100644 --- a/supplier/afsAudit.go +++ b/supplier/afsAudit.go @@ -124,7 +124,6 @@ func (a *afsAudit) Info(ctx context.Context, afsAuditId uint) (reply ReplyAfsDet if err != nil { return } - args := 0 - err = xClient.Call(ctx, "Info", args, &reply) + err = xClient.Call(ctx, "Info", afsAuditId, &reply) return }