瀏覽代碼

手机号去null

金隅分支
liangkun 3 年之前
父節點
當前提交
95eb42f864
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs

+ 1
- 1
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))


Loading…
取消
儲存