发布流程过滤数据/it系统
This commit is contained in:
parent
f40dcc1a22
commit
9021ac50b9
@ -1019,8 +1019,8 @@ public class ProcessPublishWeb extends ActionWeb {
|
|||||||
// method排序
|
// method排序
|
||||||
List<String> methodList = PALMethodCache.getPALMethodList(true);
|
List<String> methodList = PALMethodCache.getPALMethodList(true);
|
||||||
for (String method : methodList) {
|
for (String method : methodList) {
|
||||||
//过滤控制/组织数据
|
//过滤控制/组织/数据/it数据
|
||||||
if(method.equals("control") || method.equals("org")){
|
if(method.equals("control") || method.equals("org") || method.equals("data") || method.equals("itsystem")){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
JSONArray array = getPublishRepositoryJSONArray(repositoryList, method, wsId, profitionIcon, checkbox, checkboxIds);
|
JSONArray array = getPublishRepositoryJSONArray(repositoryList, method, wsId, profitionIcon, checkbox, checkboxIds);
|
||||||
@ -1892,8 +1892,8 @@ public class ProcessPublishWeb extends ActionWeb {
|
|||||||
JSONArray rootArray = new JSONArray();
|
JSONArray rootArray = new JSONArray();
|
||||||
List<String> methodList = PALMethodCache.getPalMehtodList(teamId, _uc.getUID(), true);
|
List<String> methodList = PALMethodCache.getPalMehtodList(teamId, _uc.getUID(), true);
|
||||||
for (String method : methodList) {
|
for (String method : methodList) {
|
||||||
//新建发布过滤掉控制/组织类数据
|
//新建发布过滤掉控制/组织/数据/it类数据
|
||||||
if(method.equals("control") || method.equals("org")){
|
if(method.equals("control") || method.equals("org") || method.equals("data") || method.equals("itsystem")){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
JSONObject object = new JSONObject();
|
JSONObject object = new JSONObject();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user