209 похожих чатов

Подскажите, что нужно сделать что бы id не ожидался в

объекте переданному методу для сохранения записи?

async createUser(userDto: CreateUserDto): Promise<UserEntity> {
let user = new UserEntity();

user = {
...userDto,
};

return await this.userRepository.save(user);
}

@Entity('user')
export class UserEntity {
@PrimaryGeneratedColumn()
id: number;

@Column()
firstName: string;

@Column()
lastName: string;

@Column('text')
password: string;

@OneToOne(() => FileEntity)
@JoinColumn()
avatarId: FileEntity;

@Column()
}

export class CreateUserDto {
@ApiProperty({ example: 'Andrew', description: 'Имя пользователя' })
@IsString()
readonly firstName: string;

@ApiProperty({ example: 'Ivonov', description: 'Фамилия пользователя' })
@IsString()
readonly lastName: string;

@ApiProperty({ example: '123456789', description: 'Пароль' })
@IsString()
readonly password: string;

...

4 ответов

22 просмотра

Либо в интерфейсе User укажи id необязательный, либо в классе создания пропиши создание ID, чтобы при new UserEntity() тебе возвращался объект со всеми полями. включая ID

Маппинг их юзердто в юзерэнтити (и обратно, при необходимости) Маппинг желательно в контроллере сделать, если в рамках сервисов энтити гуляют

Андрей-Иванов Автор вопроса
Joe Beretta
Маппинг их юзердто в юзерэнтити (и обратно, при не...

Можете пример дать плз? Пока сложно представляю как это именно нужно реализовать. Или это как то гуглится по какому ключевому слову?

Да просто сохрани дто

Похожие вопросы

Обсуждают сегодня

@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Hello, Is iExec also part of the "inception program" or another one ? Would it be a name to qualified the nature of the relationship between iExec and Nvidia? And does Secret ...
Ñïķøłäś
8
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
any reference of this implementation?
BitBuddha
29
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
13
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
Карта сайта