伊利项目【架构筛选】文件类型条件去除IT系统图与组织图

This commit is contained in:
qinoy 2022-07-22 15:48:23 +08:00
parent 70137ba1f8
commit 1085b2d56b
2 changed files with 0 additions and 18 deletions

View File

@ -11296,24 +11296,6 @@ public String deleteReply(String replyid, String messageid) {
methodIds.add(methodId);
}
}
List<PALMethodModel> org = PALMethodCache.getPALMethodModelListByMethod("org");
for (PALMethodModel methodModel : org) {
if ("org.normal".equals(methodModel.getId())) {
JSONObject methodId = new JSONObject();
methodId.put("methodId",methodModel.getId());
methodId.put("name",methodModel.getMethodName());
methodIds.add(methodId);
}
}
List<PALMethodModel> itsystem = PALMethodCache.getPALMethodModelListByMethod("itsystem");
for (PALMethodModel methodModel : itsystem) {
if ("itsystem.normal".equals(methodModel.getId())) {
JSONObject methodId = new JSONObject();
methodId.put("methodId",methodModel.getId());
methodId.put("name",methodModel.getMethodName());
methodIds.add(methodId);
}
}
List<PALMethodModel> control = PALMethodCache.getPALMethodModelListByMethod("control");
for (PALMethodModel methodModel : control) {
if ("control.policy".equals(methodModel.getId()) || "control.risk".equals(methodModel.getId()) || "control.kpi".equals(methodModel.getId())) {