finance
黄伟 2 years ago
parent ab05026162
commit 0f937e383d

@ -124,7 +124,6 @@ func (a *afsAudit) Info(ctx context.Context, afsAuditId uint) (reply ReplyAfsDet
if err != nil { if err != nil {
return return
} }
args := 0 err = xClient.Call(ctx, "Info", afsAuditId, &reply)
err = xClient.Call(ctx, "Info", args, &reply)
return return
} }

Loading…
Cancel
Save