左侧架构下拉逻辑

This commit is contained in:
zhal 2022-07-11 00:56:17 +08:00
parent 2c27a53f23
commit b8ca49f1ed

View File

@ -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());
}