Compare commits

...

2 Commits

Author SHA1 Message Date
he 6c1c46601c Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2026-04-10 10:11:54 +08:00
he 411168be9c 临床数据修改 2026-04-10 10:11:52 +08:00
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(await _visitTaskRepository.SaveChangesAsync()); return ResponseOutput.Result(true);
} }