fix: order history and add filter
This commit is contained in:
@@ -238,7 +238,7 @@ export class UsersService {
|
||||
where: {
|
||||
id: id,
|
||||
},
|
||||
relations: ['superior'],
|
||||
relations: ['superior','roles'],
|
||||
});
|
||||
} catch (e) {
|
||||
if (e instanceof EntityNotFoundError) {
|
||||
|
||||
Reference in New Issue
Block a user