4746 批处理,把控制清单模版中的制度图去掉
This commit is contained in:
parent
dca7a13130
commit
7611ddc84a
Binary file not shown.
@ -200,6 +200,10 @@ public class ProcessUtil {
|
||||
if (methodId1.equals(AppsConst.RUNTIME_STATE_STOPPED) || methodId1.equals(AppsConst.RUNTIME_STATE_FAILED) || methodId1.equals(AppsConst.RUNTIME_STATE_READY) || methodId1.equals(AppsConst.RUNTIME_STATE_STARTING) || methodId1.equals(AppsConst.RUNTIME_STATE_STOPPING) || methodId1.equals(AppsConst.RUNTIME_STATE_UNINSTALLED) || methodId1.equals(AppsConst.RUNTIME_STATE_UNINSTALLING) || methodId1.equals(AppsConst.RUNTIME_STATE_FAILED))
|
||||
continue;
|
||||
}
|
||||
// 若是制度类型,过滤掉制度图
|
||||
if ("control".equals(category) && "control.policy".equals(palMethodModel.getId())) {
|
||||
continue;
|
||||
}
|
||||
result.put(palMethodModel.getId(), I18nRes.findValue(CoEConstant.APP_ID, palMethodModel.getId()));
|
||||
}
|
||||
if ("process".equals(category)) {// 伊利流程类型下增加表单图和制度图
|
||||
|
||||
Loading…
Reference in New Issue
Block a user