このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
bjquanjiang
/
DigitalScholl
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
手机端用户帐号手机号字段预留
金隅分支
liangkun
3年前
親
4d2a1487e4
コミット
469500e0dc
2個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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; }
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存