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 }