From d317a290c03d4c40687fcd01efc6c22304874e87 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 05 九月 2025 10:24:24 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.UserServer.Application/Users/Queries/GetUserInfoRolesQueryHandler.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.UserServer.Application/Users/Queries/GetUserInfoRolesQueryHandler.cs b/FlexJobApi.UserServer.Application/Users/Queries/GetUserInfoRolesQueryHandler.cs
index af08a19..9c4967f 100644
--- a/FlexJobApi.UserServer.Application/Users/Queries/GetUserInfoRolesQueryHandler.cs
+++ b/FlexJobApi.UserServer.Application/Users/Queries/GetUserInfoRolesQueryHandler.cs
@@ -34,7 +34,7 @@
                     it.Type,
                 })
                 .FirstOrDefaultAsync(cancellationToken);
-            if (userInfo == null) throw Oops.Oh(EnumErrorCodeType.s404, "璇ョ敤鎴蜂俊鎭�");
+            if (userInfo == null) throw Oops.Oh(EnumErrorCodeType.s404, "鐢ㄦ埛淇℃伅");
             var roleIds = await repUserRole.AsQueryable().AsNoTracking()
                 .Where(it => it.UserId == request.UserInfoId)
                 .Select(it => it.RoleId)

--
Gitblit v1.9.1