修复知会

This commit is contained in:
yubaolee 2024-10-09 18:42:34 +08:00
parent bbc55bb53b
commit d54cebc3ab

View File

@ -105,7 +105,7 @@ namespace OpenAuth.App
wfruntime.flowInstanceId = flowInstance.Id;
//知会
if (addFlowInstanceReq.NoticeType.IsNullOrEmpty() && addFlowInstanceReq.NoticeIds != null)
if (!addFlowInstanceReq.NoticeType.IsNullOrEmpty() && addFlowInstanceReq.NoticeIds != null)
{
_revelanceApp.Assign(new AssignReq
{