This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
手机端用户帐号手机号字段预留
金隅分支
liangkun
3 years ago
parent
4d2a1487e4
commit
469500e0dc
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs
+1
-0
Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserModel.cs
+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs
View File
@@ -668,6 +668,7 @@ namespace Learun.Application.Organization
companyId = item.F_CompanyId,
departmentId = item.F_DepartmentId,
name = item.F_RealName,
mobile=item?.F_Mobile
};
string img = "";
if (!string.IsNullOrEmpty(item.F_HeadIcon))
+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserModel.cs
View File
@@ -26,5 +26,6 @@
/// </summary>
public string img { get; set; }
public string id { get; set; }
public string mobile { get; set; }
}
}
Write
Preview
Loading…
Cancel
Save