搜索文件条件调整
This commit is contained in:
parent
ee44c1ba3b
commit
543e5b9744
Binary file not shown.
@ -4953,6 +4953,12 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
|||||||
Collections.sort(shapeData);
|
Collections.sort(shapeData);
|
||||||
if (isExist) {
|
if (isExist) {
|
||||||
JSONObject resultObj = new JSONObject();
|
JSONObject resultObj = new JSONObject();
|
||||||
|
|
||||||
|
//搜索过滤掉架构文件/文件
|
||||||
|
if(model.getMethodId().equals("process.framework") || model.getMethodId().equals("default")){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
resultObj.put("id", model.getId());
|
resultObj.put("id", model.getId());
|
||||||
resultObj.put("name", model.getName());
|
resultObj.put("name", model.getName());
|
||||||
resultObj.put("methodId", model.getMethodId());
|
resultObj.put("methodId", model.getMethodId());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user