伊利项目【架构筛选】文件类型条件去除IT系统图与组织图
This commit is contained in:
parent
70137ba1f8
commit
1085b2d56b
Binary file not shown.
@ -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())) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user