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());