|
@@ -27,7 +27,7 @@ namespace GxPress.Service.Implement
|
|
State = FlowState.Checking,
|
|
State = FlowState.Checking,
|
|
ProcessId = flow.ProcessId,
|
|
ProcessId = flow.ProcessId,
|
|
UserId = flow.UserId,
|
|
UserId = flow.UserId,
|
|
- IsRead = false
|
|
|
|
|
|
+ IsRead = true
|
|
});
|
|
});
|
|
await _noticeService.AddNoticeFlowAsync(new NoticeInRequest
|
|
await _noticeService.AddNoticeFlowAsync(new NoticeInRequest
|
|
{
|
|
{
|