临床数据修改

Test_IRC_Net8
he 2026-04-10 10:11:52 +08:00
parent 626de2e44a
commit 411168be9c
1 changed files with 2 additions and 2 deletions

View File

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