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 {