展开代码部署

This commit is contained in:
zhal 2022-07-11 00:43:38 +08:00
parent a8eb661498
commit 2c27a53f23

View File

@ -2365,7 +2365,7 @@ public class CoeProcessLevelUtil {
result.add(model.getVersionId());
}
} else if (UtilString.isNotEmpty(category)){// 再判断建模分类是否符合
if (model.getMethodCategory().equals(category)) {
if (model.getParentId().equals(category)) {
result.add(model.getVersionId());
}
} else {