Commit 16fe9e8b authored by hanfeng's avatar hanfeng

修改用户管理

parent 34ec5b45
......@@ -199,11 +199,12 @@ public class AppUserLoginBiz extends BaseBiz<AppUserLoginMapper, AppUserLogin> {
return null;
}
@CacheClear(pre = "user{1}")
@CacheClear(pre = "user{1.id}")
public void disable(AppUserLogin appUserLogin) {
mapper.updateByPrimaryKeySelective(appUserLogin);
}
@CacheClear(pre = "user{1.id}")
public void available(AppUserLogin appUserLogin) {
mapper.updateByPrimaryKeySelective(appUserLogin);
}
......
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