系统通知修改

This commit is contained in:
2022-05-19 15:59:25 +08:00
parent bdcc2fa0e2
commit 4315ea7571
2 changed files with 16 additions and 4 deletions
@@ -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();