From a17d5c1a61d89905d291f6fc1875a08aa7e64702 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 8 Jul 2021 20:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=90=8E=E5=B0=86=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=94=B9=E4=B8=BA9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/schedule/exam.schedule.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schedule/exam.schedule.ts b/src/schedule/exam.schedule.ts index b85b2bc..30c73bc 100644 --- a/src/schedule/exam.schedule.ts +++ b/src/schedule/exam.schedule.ts @@ -54,6 +54,8 @@ export default class ExamSchedule { content, senderShop: shopName, }) + data.static = 9 + await data.save() } } async parseAllRecord() {