Commit 95d31937 authored by nanahira's avatar nanahira

fix

parent 5db9ca15
...@@ -153,7 +153,7 @@ export class Tournament extends DescBase { ...@@ -153,7 +153,7 @@ export class Tournament extends DescBase {
description: '查询创建时间在什么时候之后的比赛', description: '查询创建时间在什么时候之后的比赛',
required: false, required: false,
}) })
createAtAfter: Date; createdAtAfter: Date;
@NotColumn() @NotColumn()
@OneToMany(() => Participant, (participant) => participant.tournament) @OneToMany(() => Participant, (participant) => participant.tournament)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment