修改仓储

This commit is contained in:
he
2022-04-25 14:16:40 +08:00
parent 2d25ebd7ce
commit 9d5108e683
4 changed files with 11 additions and 13 deletions
@@ -566,6 +566,7 @@ namespace IRaCIS.Application.Services
});
await _inspectionService.AddListInspectionRecordAsync(datas);
await _repository.AddAsync(stat);
//await _subjectVisitRepository.AddRangeAsync()
await _repository.AddRangeAsync(subjectVisits);
await _repository.SaveChangesAsync();
return ResponseOutput.Ok();