zhengyuxuan
2025-05-20 0a6ddcc8360063c8138965b69baf1fb563f6a0d8
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)