修改仓储名称
This commit is contained in:
@@ -73,7 +73,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
[HttpDelete("{systemNoticeId:guid}")]
|
||||
public async Task<IResponseOutput> DeleteSystemNotice(Guid systemNoticeId)
|
||||
{
|
||||
var success = await _systemNoticeRepository.BatchDeleteAsync(t => t.Id == systemNoticeId);
|
||||
var success = await _systemNoticeRepository.BatchDeleteNoTrackingAsync(t => t.Id == systemNoticeId);
|
||||
return ResponseOutput.Result(success);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user