Compare commits

..

No commits in common. "6c1c46601c6848cffc8d08e7375d547f7215bb9d" and "efda03a0c9f6aabd7c0a363f366e7e165cabeed5" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -395,8 +395,8 @@ namespace IRaCIS.Core.Application.Service
{ {
IsFrontTaskNeedSignButNotSign = false, IsFrontTaskNeedSignButNotSign = false,
}); });
await _visitTaskRepository.SaveChangesAsync();
return ResponseOutput.Result(true); return ResponseOutput.Result(await _visitTaskRepository.SaveChangesAsync());
} }