From b3fc5408d810f45c70ed0946b49d08ea95baf5d7 Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Mon, 11 Jul 2022 00:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6=E6=9D=83?= =?UTF-8?q?=E9=99=90=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/cooperation/CoeCooperationAPIManager.java | 1 + 1 file changed, 1 insertion(+) 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);// 版本管理权限