Y
Size: a a a
Y
V
А
А
.orderBy('userService.price IS NULL', 'ASC')
Y
Y
А
А
А
А
[users, count] = await this._userRepository
.createQueryBuilder('user')
.addSelect('userService.price IS NULL', 'price_is_null')
.leftJoinAndSelect('user.userServices', 'userService')
.andWhere('user.isModerated = true')
.
orderBy('price_is_null', 'ASC')
.skip(pagination.offset)
.take(pagination.limit);
А
W
this.httpService.request({Но сервер-адресат получает в параметрах строку "Ivanov+Ivan"
url: '111.111.111.111',
params: {
fio: 'Ivanov Ivan'
},
method: 'GET',
}).toPromise();
PL
PL
W
KB
KB
И