|
|
@@ -109,9 +109,9 @@ namespace Dongke.IBOSS.PRD.Service.DKIBOSSPRDLogic
|
|
|
resultEntity.CurrentUserEntity.FunctionData = returnDataSet.Tables[4]; //系统功能菜单
|
|
|
#endregion
|
|
|
}
|
|
|
- else if (paras[8] != null)
|
|
|
+ else if (paras[9] != null)
|
|
|
{
|
|
|
- loginStatus = Convert.ToInt32(paras[8].Value.ToString());
|
|
|
+ loginStatus = Convert.ToInt32(paras[9].Value.ToString());
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
@@ -248,9 +248,9 @@ namespace Dongke.IBOSS.PRD.Service.DKIBOSSPRDLogic
|
|
|
resultEntity.CurrentUserEntity.FunctionData = returnDataSet.Tables[4]; //系统功能菜单
|
|
|
#endregion
|
|
|
}
|
|
|
- else if (paras[8] != null)
|
|
|
+ else if (paras[9] != null)
|
|
|
{
|
|
|
- loginStatus = Convert.ToInt32(paras[8].Value.ToString());
|
|
|
+ loginStatus = Convert.ToInt32(paras[9].Value.ToString());
|
|
|
}
|
|
|
else
|
|
|
{
|