Commit 0506bb13 authored by “yiyousong”'s avatar “yiyousong”
parents 9e142eed fcaef7a3
...@@ -139,6 +139,7 @@ public class WorkmanServiceImpl extends AbstractCRUDCacheServiceImpl<WorkmanDao, ...@@ -139,6 +139,7 @@ public class WorkmanServiceImpl extends AbstractCRUDCacheServiceImpl<WorkmanDao,
throw new AppException("密码转换异常!", e); throw new AppException("密码转换异常!", e);
} }
dao.update(sysUser); dao.update(sysUser);
this.putCache(loginName, sysUser);
return true; return true;
} }
...@@ -160,6 +161,9 @@ public class WorkmanServiceImpl extends AbstractCRUDCacheServiceImpl<WorkmanDao, ...@@ -160,6 +161,9 @@ public class WorkmanServiceImpl extends AbstractCRUDCacheServiceImpl<WorkmanDao,
throw new AppException("密码转换异常!", e); throw new AppException("密码转换异常!", e);
} }
dao.update(sysUser); dao.update(sysUser);
this.putCache(loginName, sysUser);
return true; return true;
} }
......
...@@ -30,8 +30,7 @@ Content-Type: application/json ...@@ -30,8 +30,7 @@ Content-Type: application/json
{ {
"page": 1, "page": 1,
"size": 10, "size": 10
"deptCode":"4445589607496884224"
} }
###微官网事项列表 ###微官网事项列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment