架构过滤
This commit is contained in:
parent
c5352999bc
commit
36c70877ce
Binary file not shown.
@ -8245,14 +8245,6 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
|
||||
//设置三级架构,如果没有填充值为/
|
||||
for(int i=1;i<=3;i++){
|
||||
|
||||
String repid=((JSONObject) repositoryPathData.get(i)).getString("id");
|
||||
|
||||
PALRepositoryModel parentModel = PALRepositoryCache.getCache().get(repid);
|
||||
|
||||
String methodId=parentModel.getMethodId();
|
||||
|
||||
|
||||
String str2 = "";
|
||||
if(i<=repositoryPathData.size()-1){
|
||||
String name1=((JSONObject) repositoryPathData.get(i)).getString("name");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user