From d6eb5225a2fba7d98267c49b881ccd63c545ad4a Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 10 Sep 2021 15:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/ActivityPopUpShop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/db/ActivityPopUpShop.ts b/shared/db/ActivityPopUpShop.ts index 60d7bc9cc..a484e7e6d 100644 --- a/shared/db/ActivityPopUpShop.ts +++ b/shared/db/ActivityPopUpShop.ts @@ -117,7 +117,7 @@ export default class Activity_Pop_Up_Shop extends BaseModel { } //删除活动领取记录 - public static async deleteActivity(serverId: number, activityId: number, roleId: string, id: number) { + public static async deleteActivity(_serverId: number, activityId: number, roleId: string, id: number) { let nowDate = new Date(); await ActivityPopUpShopModel.deleteMany({ roleId, activityId, id,