隐藏数据属性
This commit is contained in:
parent
4c81fc2665
commit
c52bf34946
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user