이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
bjquanjiang
/
DigitalScholl
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
手机端用户帐号手机号字段预留
金隅分支
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; }
}
}
쓰기
미리보기
불러오는 중...
취소
저장