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