This commit is contained in:
he
2022-05-26 13:56:47 +08:00
parent 5b992c0980
commit e33c681eb0
14 changed files with 249 additions and 28 deletions
@@ -149,10 +149,10 @@ namespace IRaCIS.Core.Application.MediatR.Handlers
dbSV.CheckTime = DateTime.Now;
await _subjectVisitRepository.SaveChangesAsync();
}
await _subjectVisitRepository.SaveChangesAsync();
return "OK";
}