mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-20 00:06:53 +08:00
fix: 密级高于内部的案例处理
This commit is contained in:
@@ -765,6 +765,7 @@ public class CaseKnowledgeServiceImpl implements ICaseKnowledgeService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (StringUtils.equals(cases.getConfidentialityLevel(), "内部")) {
|
||||||
JSONObject requestBody = new JSONObject();
|
JSONObject requestBody = new JSONObject();
|
||||||
String userId = getCurrentUserId();
|
String userId = getCurrentUserId();
|
||||||
requestBody.put("userId", userId);
|
requestBody.put("userId", userId);
|
||||||
@@ -946,6 +947,10 @@ public class CaseKnowledgeServiceImpl implements ICaseKnowledgeService {
|
|||||||
// 继续下一次重试
|
// 继续下一次重试
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
log.info("非【内部】密级案例,不进行上传");
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user