小组新建更新缓存策略调整

This commit is contained in:
anhc 2022-07-12 22:16:26 +08:00
parent 995e6b23fd
commit de165cfb98
2 changed files with 2 additions and 4 deletions

View File

@ -266,10 +266,8 @@ public class CooperationWeb extends ActionWeb {
if (SDK.getAppAPI().getPropertyBooleanValue(CoEConstant.APP_ID, "IS_RECORD_OP_LOG", false)) {
CoEOpLogAPI.auditOkOp(_uc, CoEOpLogConst.MODULE_CATEGORY_COOPERATION, CoEOpLogConst.OP_CREATE, CoEOpLogConst.INFO_COOPERATION_CREATE);
}
if (!isOlderVersion){
//更新用户权限缓存
CooperationCache.updateTeamInfo(teamId);
}
//更新用户权限缓存
CooperationCache.updateTeamInfo(teamId);
return ResponseObject.newOkResponse().toString();
} else {
return ResponseObject.newErrResponse(msg + ",保存失败").toString();