Browse Source

预约

master
DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
3f0dea878a
  1. 3
      src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

3
src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

@ -350,7 +350,8 @@ namespace Shentun.WebPeis.AppointPatientRegisters
/// <param name="input"></param>
/// <returns></returns>
/// <exception cref="UserFriendlyException"></exception>
public async Task CancelAppoint(AppointPatientRegisterIdInputDto input)
[HttpPost("api/app/AppointPatientRegister/CancelAppoint")]
public async Task CancelAppointAsync(AppointPatientRegisterIdInputDto input)
{
var appointPatientRegister = await _repository.GetAsync(o => o.AppointPatientRegisterId == input.AppointPatientRegisterId);
if(appointPatientRegister.IsCharge == 'Y')

Loading…
Cancel
Save