From 49c1509c7062a52f8f0ea16b5f4f35cba7142871 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Wed, 26 Jun 2024 21:07:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppointPatientRegisterAppServiceTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Shentun.WebPeis.Application.Tests/AppointPatientRegisterAppServiceTest.cs b/test/Shentun.WebPeis.Application.Tests/AppointPatientRegisterAppServiceTest.cs index 6e382d1..9dd4942 100644 --- a/test/Shentun.WebPeis.Application.Tests/AppointPatientRegisterAppServiceTest.cs +++ b/test/Shentun.WebPeis.Application.Tests/AppointPatientRegisterAppServiceTest.cs @@ -201,7 +201,7 @@ namespace Shentun.WebPeis var entity = new PersonIdInputDto() { - PersonId = new Guid("3a12d72c-19d9-e8b2-71f6-cf283103e191") + PersonId = new Guid("3a136458-5835-d5ad-3800-8091615613b0") }; var item = await _appService.GetCustomerOrgAppointPatientRegisterByPersonIdAsync(entity); _output.WriteLine(item.PatientRegisterId.ToString());