From 5df631cae5971ee552fd6b3ce838ed8aeed3e5b3 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 15 Mar 2023 13:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/service/audit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/service/audit.go b/customer/service/audit.go index f460715..13e51e1 100644 --- a/customer/service/audit.go +++ b/customer/service/audit.go @@ -199,7 +199,7 @@ func (a *audit) Change(ctx context.Context, args ArgsRateChange) (err error) { } type ArgsRateChangeHistory struct { - UserId int + UserId uint Page bean.Page }