泳道图缺失生效日期的判断代码提交

This commit is contained in:
Mr-wang 2023-08-14 17:38:20 +08:00
parent 068fbeb0b6
commit d5247f30a1

View File

@ -579,6 +579,8 @@ public class PublishExecuteListenerInterfaceImpl extends ExecuteListener impleme
attrId = "form_effective_date";
} else if ("control.policy".equals(method)) {
attrId = "effective_date";
}else if ("process.flowchart".equals(method)){
attrId = "effective_date";
}
if (UtilString.isEmpty(attrId)) {
return false;