update AllMethod

This commit is contained in:
Hoang 2021-11-23 11:48:40 +07:00
parent c33715bdd5
commit 4264ef71f1
3 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,7 @@ func All(queryParams model.PermissionAllQuery) (r model.PermissionAll) {
wg.Wait()
r.Limit = query.Limit
return
}

View File

@ -129,6 +129,7 @@ func All(queryParams model.RoleAllQuery) (r model.RoleAll) {
wg.Wait()
r.Limit = query.Limit
return
}

View File

@ -143,6 +143,7 @@ func All(queryParams model.UserAllQuery) (r model.UserAll) {
wg.Wait()
r.Limit = query.Limit
return
}