后台:清理未使用的字段

This commit is contained in:
luying
2021-06-08 17:14:42 +08:00
parent 31c5200628
commit 0f97fa5cd1
5 changed files with 6 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ export default class Activity_Pop_Up_Shop_Record extends BaseModel {
}
//删除活动统计记录
public static async deleteActivity(serverId: number, activityId: number, roleId: string, id: number, type: number,) {
public static async deleteActivity(_serverId: number, activityId: number, roleId: string, id: number, type: number,) {
await ActivityPopUpShopRecordModel.deleteMany({
roleId, activityId, id, type
});