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