|
|
@ -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) |
|
|
{ |
|
|
{ |
|
|
|