แก้ search ช้า
This commit is contained in:
parent
51962eea16
commit
84ab5e79d6
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
var raw = JsonConvert.DeserializeObject<GetListProfileByKeycloakIdRootResultAddTotalDto>(apiResult);
|
||||
if (raw != null && raw.Result != null)
|
||||
{
|
||||
profiles.AddRange(raw.Result.Data);
|
||||
profiles = raw.Result.Data;
|
||||
total = raw.Result.Total;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue