diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java index d2f23751..aecfd6e6 100644 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java @@ -698,6 +698,7 @@ public class CoeCooperationAPIManager { havingRemovePerm = userOperatePermission.contains(CoeCooperationConst.ACTION_DELETE);// 删除权限 havingVersionManagePerm = userOperatePermission.contains(CoeCooperationConst.ACTION_VERSION);// 版本管理权限 } + ro.put("isOlderVersion", isOlderVersion);// ro.put("havingWritePerm", havingWritePerm);// 新增、修改权限 ro.put("havingRemovePerm", havingRemovePerm);// 删除权限 ro.put("havingVersionManagePerm", havingVersionManagePerm);// 版本管理权限