活动:修改活动bug
This commit is contained in:
@@ -71,6 +71,10 @@ export class RechargeMoneyHandler {
|
||||
await ActivityRechargeMoneyModel.setEndState(serverId, roleId, _ids);
|
||||
}
|
||||
|
||||
return resResult(STATUS.SUCCESS, result);
|
||||
item.rewardTime = new Date();
|
||||
return resResult(STATUS.SUCCESS, Object.assign(result, {
|
||||
param: { activityId },
|
||||
item: item
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user