小组旧版本新建更新缓存策略调整

This commit is contained in:
anhc 2022-07-12 22:11:32 +08:00
parent 5b6fe274f1
commit 995e6b23fd
2 changed files with 2 additions and 4 deletions

View File

@ -335,10 +335,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_UPDATE, CoEOpLogConst.INFO_COOPERATION_UPDATE);
}
if (!isOlderVersion){
//更新用户权限缓存
CooperationCache.updateTeamInfo(teamId);
}
//更新用户权限缓存
CooperationCache.updateTeamInfo(teamId);
return ResponseObject.newOkResponse().toString();
} else {
return ResponseObject.newErrResponse(msg + ",更新失败").toString();