Browse Source

预约

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
49c1509c70
  1. 2
      test/Shentun.WebPeis.Application.Tests/AppointPatientRegisterAppServiceTest.cs

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

Loading…
Cancel
Save