From 95eb42f8641d3d5e679b71a8f8e4484a6cdbeced Mon Sep 17 00:00:00 2001 From: liangkun Date: Sun, 9 May 2021 21:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=8E=BBnull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Organization/User/UserBLL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs b/Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs index 6b899a69a..0e6b8d1bc 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs @@ -668,7 +668,7 @@ namespace Learun.Application.Organization companyId = item.F_CompanyId, departmentId = item.F_DepartmentId, name = item.F_RealName, - mobile=item?.F_Mobile + mobile=item.F_Mobile ?? "" }; string img = ""; if (!string.IsNullOrEmpty(item.F_HeadIcon))