diff --git a/models/article.ts b/models/article.ts index a003c90..46e66d5 100644 --- a/models/article.ts +++ b/models/article.ts @@ -9,7 +9,7 @@ declare var syzoj: any; @TypeORM.Entity() export default class Article extends Model { - static cache = true; + static cache = false; @TypeORM.PrimaryGeneratedColumn() id: number;