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,