Skip to content

Commit

Permalink
幸福值错误
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed Dec 7, 2024
1 parent d5114ca commit af50b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thor.Service/Service/StatisticsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static async ValueTask<StatisticsDto> GetStatisticsAsync(ILoggerDbContext
}
else
{
statisticsDto.RechargeData.Add(item);
statisticsDto.RechargeData.Add(rechargeItem);
}
}
}
Expand Down

0 comments on commit af50b6a

Please sign in to comment.