From 6684b5fe77d79a8f8fcc58195e6f1d87301079a1 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 15 八月 2025 15:56:06 +0800
Subject: [PATCH] fix:bug

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

diff --git a/FlexJobApi.UserServer.Application/EnterpriseEmployees/Queries/EnterpriseEmployeeQueryHandler.cs b/FlexJobApi.UserServer.Application/EnterpriseEmployees/Queries/EnterpriseEmployeeQueryHandler.cs
index e6f7c30..98fea13 100644
--- a/FlexJobApi.UserServer.Application/EnterpriseEmployees/Queries/EnterpriseEmployeeQueryHandler.cs
+++ b/FlexJobApi.UserServer.Application/EnterpriseEmployees/Queries/EnterpriseEmployeeQueryHandler.cs
@@ -80,7 +80,7 @@
                 Gender = it.Gender,
                 Age = it.Age,
                 ContactPhoneNumber = it.ContactPhoneNumber,
-                UserIsReal = it.User.IsReal,
+                UserIsReal = it.User.IsReal == true,
                 RealMethod = it.User.RealMethod,
                 PersonalIdentityCode = it.User.PersonalIdentityCode,
                 PersonalIdentityContent = it.User.PersonalIdentity.Content,

--
Gitblit v1.9.1