本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
bjquanjiang
/
DigitalScholl
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
手机端用户帐号手机号字段预留
金隅分支
liangkun
3 年之前
父節點
4d2a1487e4
當前提交
469500e0dc
共有
2 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -26,5 +26,6 @@
/// </summary>
public string img { get; set; }
public string id { get; set; }
public string mobile { get; set; }
}
}
Write
Preview
Loading…
取消
儲存