左侧架构下拉逻辑
This commit is contained in:
parent
2c27a53f23
commit
b8ca49f1ed
@ -2365,6 +2365,7 @@ public class CoeProcessLevelUtil {
|
||||
result.add(model.getVersionId());
|
||||
}
|
||||
} else if (UtilString.isNotEmpty(category)){// 再判断建模分类(大)是否符合
|
||||
// 由之前model.getMethodCategory() 改为model.getParentId()进行判断 by zhaolei
|
||||
if (model.getParentId().equals(category)) {
|
||||
result.add(model.getVersionId());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user