Browse Source

预约登记

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
87a73ee71b
  1. 2
      src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

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

@ -104,7 +104,7 @@ namespace Shentun.WebPeis.AppointPatientRegisters
return result;
}
[HttpPost("api/app/AppointPatientRegister/GetListByIdNoOrMobilePhone")]
[HttpPost("api/app/AppointPatientRegister/GetListByFilter")]
public async Task<List<AppointPatientRegisterDto>> GetListByFilterAsync(AppointPatientRegisterInputDto input)
{
if (input == null) throw new UserFriendlyException("参数不能为空");

Loading…
Cancel
Save