From d180ad1fd03f2f45d69adc652c0b8982ce4d5570 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Tue, 7 May 2024 16:59:11 +0800 Subject: [PATCH] =?UTF-8?q?lis=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImportLisResults/ImportLisResultAppService.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Shentun.Peis.Application/ImportLisResults/ImportLisResultAppService.cs b/src/Shentun.Peis.Application/ImportLisResults/ImportLisResultAppService.cs index bf8e527..fbfc4e7 100644 --- a/src/Shentun.Peis.Application/ImportLisResults/ImportLisResultAppService.cs +++ b/src/Shentun.Peis.Application/ImportLisResults/ImportLisResultAppService.cs @@ -111,8 +111,7 @@ namespace Shentun.Peis.ImportLisResults public async Task ImportResultAsync(List input) { //设置结果 - lock (lockObject) - { + var list = (from patientRegister in await _patientRegisterRepository.GetQueryableAsync() join registerCheck in await _registerCheckRepository.GetQueryableAsync() on patientRegister.Id equals registerCheck.PatientRegisterId @@ -246,7 +245,7 @@ namespace Shentun.Peis.ImportLisResults await _registerCheckAppService.UpdateCheckResult(updateCheckResultDto); } - } + }