|
|
@@ -27,8 +27,8 @@ namespace Learun.Application.Web.Areas.LR_OrganizationModule.Controllers |
|
|
|
|
|
|
|
private Sys_DefaultPwdConfigIBLL sys_DefaultPwdConfigIBLL = new Sys_DefaultPwdConfigBLL(); |
|
|
|
|
|
|
|
private static UserIBLL userIBLL_static = new UserBLL(); |
|
|
|
private static Dictionary<string, UserModel> mapData = userIBLL_static.GetModelMap(); |
|
|
|
private UserIBLL userIBLL_static = new UserBLL(); |
|
|
|
private Dictionary<string, UserModel> mapData = null; |
|
|
|
|
|
|
|
#region 获取视图 |
|
|
|
|
|
|
@@ -236,7 +236,7 @@ namespace Learun.Application.Web.Areas.LR_OrganizationModule.Controllers |
|
|
|
[AjaxOnly] |
|
|
|
public ActionResult GetMap(string ver) |
|
|
|
{ |
|
|
|
var data = mapData;//userIBLL.GetModelMap(); |
|
|
|
var data = userIBLL_static.GetModelMap(); |
|
|
|
string md5 = Md5Helper.Encrypt(data.ToJson(), 32); |
|
|
|
if (md5 == ver) |
|
|
|
{ |
|
|
|