隐藏数据属性

This commit is contained in:
zhal 2022-07-21 14:27:07 +08:00
parent 4c81fc2665
commit c52bf34946

View File

@ -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);