Revert "🐞 fix(镇念塔): 派遣任务添加参数:刷新次数"

This reverts commit ff10ff4c7d.
This commit is contained in:
luying
2022-11-24 18:59:40 +08:00
parent f1c6a658da
commit 9ae13cbc2b
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ export class RefreshShopHandler {
let rewardArray = stringToRewardParam(item.reward).map(cur => ({...cur, count: cur.count * count }));
let result = await addReward(roleId, roleName, sid, serverId, rewardArray, ITEM_CHANGE_REASON.BUY_REFRESH_SHOP);
await ActivityRefreshShopModel.addRecord(activityId, roleId, roundIndex, pageIndex, id, count);
await ActivityRefreshShopModel.addRecord(activityId, roleId, roundIndex, pageIndex, id);
item.buyCount += count;
return resResult(STATUS.SUCCESS, Object.assign(result, {