Uat_Study
hang 2022-04-27 10:00:48 +08:00
parent dc968efd1b
commit 53035eb028
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ namespace IRaCIS.Core.Application.Services
}) })
}); });
await _inspectionService.AddListInspectionRecordAsync(datas); await _inspectionService.AddListInspectionRecordAsync(datas);
await _inspectionService.SaveChangesAsync();
#endregion #endregion
} }