系统通知修改
This commit is contained in:
@@ -100,7 +100,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
|
||||
/// <summary>设置已读 </summary>
|
||||
|
||||
[HttpPut("{systemNoticeId:guid}")]
|
||||
public async Task<IResponseOutput> SetSystemNoticeHaveRead(Guid systemNoticeId)
|
||||
{
|
||||
var systemNotice = (await _systemNoticeRepository.FirstOrDefaultAsync(t => t.Id == systemNoticeId)).IfNullThrowException();
|
||||
|
||||
Reference in New Issue
Block a user