mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
修复知会
This commit is contained in:
@@ -105,7 +105,7 @@ namespace OpenAuth.App
|
|||||||
wfruntime.flowInstanceId = flowInstance.Id;
|
wfruntime.flowInstanceId = flowInstance.Id;
|
||||||
|
|
||||||
//知会
|
//知会
|
||||||
if (addFlowInstanceReq.NoticeType.IsNullOrEmpty() && addFlowInstanceReq.NoticeIds != null)
|
if (!addFlowInstanceReq.NoticeType.IsNullOrEmpty() && addFlowInstanceReq.NoticeIds != null)
|
||||||
{
|
{
|
||||||
_revelanceApp.Assign(new AssignReq
|
_revelanceApp.Assign(new AssignReq
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user