fix cache

This commit is contained in:
wangchuxiao
2023-03-24 16:06:37 +08:00
parent 07309b872b
commit ad7fa572b5
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ func (s *userServer) GetPaginationUsers(ctx context.Context, req *pbuser.GetPagi
}
resp.Total = int32(total)
resp.Users, err = (*convert.DBUser)(nil).DB2PB(usersDB)
return resp, nil
return resp, err
}
// ok