Compare commits
No commits in common. "6c1c46601c6848cffc8d08e7375d547f7215bb9d" and "efda03a0c9f6aabd7c0a363f366e7e165cabeed5" have entirely different histories.
6c1c46601c
...
efda03a0c9
|
|
@ -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());
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue