1
This commit is contained in:
@@ -196,9 +196,9 @@ namespace BLL
|
||||
|
||||
#region 定义常量
|
||||
/// <summary>
|
||||
/// 赛鼎单位id
|
||||
/// 陕化建单位id
|
||||
/// </summary>
|
||||
public const string UnitId_SEDIN = "d72a27c9-4ba9-41c5-ab0b-c010409f20f2";
|
||||
public const string UnitId_SEDIN = "37095edf-3815-4e92-8b8d-b8cefe64c8de";
|
||||
/// <summary>
|
||||
/// 赛鼎宁波单位id
|
||||
/// </summary>
|
||||
|
||||
@@ -178,7 +178,7 @@ namespace BLL
|
||||
/// <returns></returns>
|
||||
public static string getInitialPassword(string unitId, string idCard)
|
||||
{
|
||||
string prefixValue = "sedin";
|
||||
string prefixValue = "shj";
|
||||
string suffixValue = "1234";
|
||||
//var getUnit = UnitService.GetUnitByUnitId(unitId);
|
||||
//if (getUnit != null)
|
||||
|
||||
Reference in New Issue
Block a user