SVN r835
SVN-Revision: r835
This commit is contained in:
@@ -69,6 +69,10 @@ namespace Lskj.Util
|
||||
/// </summary>
|
||||
private static readonly string _password_key = "{password}";
|
||||
/// <summary>
|
||||
/// inpassword 固定字段
|
||||
/// </summary>
|
||||
private static readonly string _inpassword_key = "{inpassword}";
|
||||
/// <summary>
|
||||
/// 车间固定字段
|
||||
/// </summary>
|
||||
private static readonly string _cj_key = "{logincj}";
|
||||
@@ -219,6 +223,7 @@ namespace Lskj.Util
|
||||
.Replace(_loginname_key, userName, true)
|
||||
.Replace(_groupid_key, groupId, true)
|
||||
.Replace(_password_key, password, true)
|
||||
.Replace(_inpassword_key, ERPInfo.Instance.InPassWord, true)
|
||||
.Replace(_cj_key, ERPInfo.Instance.WorkCJ + "", true)
|
||||
.Replace(_jt_key, ERPInfo.Instance.WorkJT + "", true)
|
||||
.Replace(_bz_key, ERPInfo.Instance.WorkBZ + "", true)
|
||||
|
||||
Reference in New Issue
Block a user