Parcourir la source

手机号去null

金隅分支
liangkun il y a 3 ans
Parent
révision
95eb42f864
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

@@ -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))


Chargement…
Annuler
Enregistrer