临床数据修改

This commit is contained in:
he
2026-04-10 10:11:52 +08:00
parent 626de2e44a
commit 411168be9c
@@ -395,8 +395,8 @@ namespace IRaCIS.Core.Application.Service
{
IsFrontTaskNeedSignButNotSign = false,
});
return ResponseOutput.Result(await _visitTaskRepository.SaveChangesAsync());
await _visitTaskRepository.SaveChangesAsync();
return ResponseOutput.Result(true);
}