This commit is contained in:
xiabin 2025-01-22 18:33:48 +08:00
parent 6e4c296218
commit 5e7770e955

View File

@ -122,7 +122,7 @@ LEFT JOIN app_user ON app_user.id = gs.app_user_id
WHERE WHERE
gs.app_user_id = ? gs.app_user_id = ?
LIMIT 1` LIMIT 1`
return conn.QueryRowsPartialCtx(ctx, v, query, appId, t, userId) return conn.QueryRowsPartialCtx(ctx, v, query, t, appId, userId)
}) })
switch { switch {
case err == nil: case err == nil: