From c52bf34946f6ca2386943a3b02650ee1f25b1c77 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Thu, 21 Jul 2022 14:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=95=B0=E6=8D=AE=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../coe/pal/pal/repository/PALRepositoryQueryAPIManager.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java index 463a970f..2b6527e8 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java @@ -1301,6 +1301,10 @@ public class PALRepositoryQueryAPIManager { categoryArray = categorys.split(","); } for (String category : categoryArray) { + //隐藏数据字段 by zhaolei + if(category.equals("data")){ + continue; + } JSONObject jsonObject = new JSONObject(); jsonObject.put("id", category); jsonObject.put("currId", category);