后台:清理未使用的字段
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user