Browse Source

预约

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
8b232f0ab5
  1. 5
      src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

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

@ -370,6 +370,11 @@ namespace Shentun.WebPeis.AppointPatientRegisters
await _repository.UpdateAsync(appointPatientRegister); await _repository.UpdateAsync(appointPatientRegister);
} }
/// <summary>
/// 获取预约的组合项目
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
[HttpPost("api/app/AppointPatientRegister/GetAppointRegisterAsbitemListById")] [HttpPost("api/app/AppointPatientRegister/GetAppointRegisterAsbitemListById")]
public async Task<List<AppointRegisterAsbitemDto>> GetAppointRegisterAsbitemListByIdAsync(AppointPatientRegisterIdInputDto input) public async Task<List<AppointRegisterAsbitemDto>> GetAppointRegisterAsbitemListByIdAsync(AppointPatientRegisterIdInputDto input)
{ {

Loading…
Cancel
Save