From 5001a1c5f6e27d00e138173287745a132de83d2c Mon Sep 17 00:00:00 2001 From: kanade Date: Mon, 12 Dec 2022 09:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/service/audit.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customer/service/audit.go b/customer/service/audit.go index 66b68d1..c3fe360 100644 --- a/customer/service/audit.go +++ b/customer/service/audit.go @@ -45,8 +45,9 @@ func (a *audit) Lists(ctx context.Context, args ArgsAuditLists) (reply ReplyAudi } type ArgsHistory struct { - Page bean.Page - CustomerId uint + Page bean.Page + CustomerId uint + AuditStatus uint } type ReplyHistoryLists struct {