活动:目标点数兑换奖励过期判断
This commit is contained in:
@@ -22,7 +22,6 @@ export default class ActivityThirtyDays extends BaseModel {
|
||||
@prop({ required: true })
|
||||
isReceive: boolean; // 是否领取过奖励
|
||||
|
||||
|
||||
//添加领取记录
|
||||
public static async addRecord(acvitityId: number, roleId: string, pageIndex: number, cellIndex: number, lean = true) {
|
||||
let result: ActivityThirtyDaysModelType = await ActivityThirtyDaysModel.findOneAndUpdate({ roleId, acvitityId, pageIndex, cellIndex },
|
||||
|
||||
Reference in New Issue
Block a user