小组成员添加补充更新用户权限缓存策略

This commit is contained in:
anhc 2022-07-05 13:44:17 +08:00
parent bc60e9abcf
commit 943714276c
2 changed files with 2 additions and 0 deletions

View File

@ -1313,6 +1313,8 @@ public class CooperationWeb extends ActionWeb {
}
// 保存
api.createCooperationMemebers(memberModels);
//更新用户权限缓存
CooperationCache.updateTeamInfo(teamId);
return ro.toString();
}