小组旧版本新建更新缓存策略调整
This commit is contained in:
parent
5b6fe274f1
commit
995e6b23fd
Binary file not shown.
@ -335,10 +335,8 @@ public class CooperationWeb extends ActionWeb {
|
|||||||
if (SDK.getAppAPI().getPropertyBooleanValue(CoEConstant.APP_ID, "IS_RECORD_OP_LOG", false)) {
|
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);
|
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();
|
return ResponseObject.newOkResponse().toString();
|
||||||
} else {
|
} else {
|
||||||
return ResponseObject.newErrResponse(msg + ",更新失败").toString();
|
return ResponseObject.newErrResponse(msg + ",更新失败").toString();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user