zhengyiming
2025-04-16 b463e74fdbc6cb88dd4c657783a9accccbf55675
LifePayment/LifePayment.Worker/Worker/GetStaticsWorker.cs
@@ -3,6 +3,7 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using NPOI.SS.Formula.Functions;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -31,7 +32,7 @@
        {
            try
            {
                await _statisticService.GetTopStatistics();
                await _statisticService.GetTopStatistics(new List<string>());
                Logger.LogError($"获取统计信息开始: {DateTime.Now}");
            }
            catch (Exception ex)