diff --git a/src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs b/src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs index 9eb1a3d..698a616 100644 --- a/src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs +++ b/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> GetListByFilterAsync(AppointPatientRegisterInputDto input) { if (input == null) throw new UserFriendlyException("参数不能为空");